summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-06-09 04:32:39 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-06-09 04:32:39 +0200
commitd593b41c1fc50d0fcb782417afb50f9781671158 (patch)
tree787892bdcdf8830ca6c6663440fe568150467361
parent85e2a24b42fc3adf65495dcfaad96767cd86213d (diff)
cmake: fix old typo
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ebe1ac3e..b59c42f7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -244,7 +244,7 @@ opentrack_library(opentrack-proto-fgfs ftnoir_protocol_fg)
if(SDK_VJOY)
set(link-flags)
- if(CMAKE_C_COMPILER_IS_GNUCC)
+ if(CMAKE_COMPILER_IS_GNUCC)
set(link-flags "-Wl,--enable-stdcall-fixup")
endif()
opentrack_library(opentrack-proto-vjoy ftnoir_protocol_vjoy LINK ${link-flags})