]> git.mxchange.org Git - flightgear.git/commitdiff
Martin Spott: fixed sh-like variable in CMakeLists.txt
authorThorstenB <brehmt@gmail.com>
Sun, 12 Jun 2011 13:17:03 +0000 (15:17 +0200)
committerThorstenB <brehmt@gmail.com>
Sun, 12 Jun 2011 13:17:03 +0000 (15:17 +0200)
CMakeLists.txt

index 293d8b41f6fd0f54f3c5f93f496382ef2a270521..d2c50db06e8ac10f606055520852688f621e0c6b 100644 (file)
@@ -65,7 +65,7 @@ else()
        set(FG_NDEBUG 1)
 endif()
 
-if(${SP_FDMS})
+if(SP_FDMS)
        set(ENABLE_SP_FDM 1)
 endif()