From: ThorstenB Date: Sun, 12 Jun 2011 13:17:03 +0000 (+0200) Subject: Martin Spott: fixed sh-like variable in CMakeLists.txt X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7d92bd3a1adf559c102f522b27ff789cf518edf7;p=flightgear.git Martin Spott: fixed sh-like variable in CMakeLists.txt --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 293d8b41f..d2c50db06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,7 @@ else() set(FG_NDEBUG 1) endif() -if(${SP_FDMS}) +if(SP_FDMS) set(ENABLE_SP_FDM 1) endif()