Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / examples / simdag / goal / CMakeLists.txt
index feab054..4c43abb 100644 (file)
@@ -6,10 +6,10 @@ add_executable(goal_test goal_test.c)
 
 ### Add definitions for compile
 if(NOT WIN32)
-  target_link_libraries(goal_test simgrid pthread )
-else(NOT WIN32)
+  target_link_libraries(goal_test simgrid pthread )
+else()
   target_link_libraries(goal_test simgrid)
-endif(NOT WIN32)
+endif()
 
 set(tesh_files
   ${tesh_files}