# HG changeset patch # User koda # Date 1370269530 -7200 # Node ID 5cf87143b188767ea4eaa337b3c38454877341db # Parent 6528c2ad598582c7030d24ae2151e69785af4b27 wow binary logic ftw diff -r 6528c2ad5985 -r 5cf87143b188 CMakeLists.txt --- a/CMakeLists.txt Mon Jun 03 16:15:17 2013 +0200 +++ b/CMakeLists.txt Mon Jun 03 16:25:30 2013 +0200 @@ -255,10 +255,10 @@ #parse additional parameters if(FPFLAGS OR GHFLAGS) if(${allow_parse_args}) - message(${WARNING} "FPFLAGS and GHFLAGS are available only when using CMake >= 2.8") - else() separate_arguments(fpflags_parsed UNIX_COMMAND ${FPFLAGS}) separate_arguments(ghflags_parsed UNIX_COMMAND ${GHFLAGS}) + else() + message(${WARNING} "FPFLAGS and GHFLAGS are available only when using CMake >= 2.8") endif() endif()