From 7d92bd3a1adf559c102f522b27ff789cf518edf7 Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Sun, 12 Jun 2011 15:17:03 +0200 Subject: [PATCH] Martin Spott: fixed sh-like variable in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5