From d593b41c1fc50d0fcb782417afb50f9781671158 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 9 Jun 2015 04:32:39 +0200 Subject: cmake: fix old typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- cgit v1.2.3