Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: add space before dot.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 15 Feb 2013 08:55:37 +0000 (09:55 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 15 Feb 2013 08:55:37 +0000 (09:55 +0100)
buildtools/Cmake/Flags.cmake

index 28a0cb4..2a2a96f 100644 (file)
@@ -79,5 +79,5 @@ if(NOT $ENV{LDFLAGS} STREQUAL "")
 endif()
 
 if(enable_model-checking AND enable_compile_optimizations)
-  message(WARNING "Sorry for now GCC optimizations does not work with model checking.\nPlease turn off optimizations with command:\ncmake -Denable_compile_optimizations=off")
+  message(WARNING "Sorry for now GCC optimizations does not work with model checking.\nPlease turn off optimizations with command:\ncmake -Denable_compile_optimizations=off .")
 endif()