Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make this example be more valgrind compliant by increase host speed.
[simgrid.git] / tools / graphicator / CMakeLists.txt
index a17561fa95a6feda963c4c76fda715a6e83d7af8..b62d22ab40670183c8c623504b07fcbe0d6a5248 100644 (file)
@@ -7,9 +7,9 @@ add_executable(graphicator graphicator.c)
 ### Add definitions for compile
 if(NOT WIN32)
   target_link_libraries(graphicator simgrid m pthread )
-else(NOT WIN32)
+else()
   target_link_libraries(graphicator simgrid )
-endif(NOT WIN32)
+endif()
 
 ## Clean generated files
 get_directory_property(extra_clean_files ADDITIONAL_MAKE_CLEAN_FILES)