Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
we added it, we might as well ... use it ?
[simgrid.git] / examples / simdag / properties / CMakeLists.txt
index c7b5192..833a9fc 100644 (file)
@@ -6,10 +6,10 @@ add_executable(sd_prop sd_prop.c)
 
 ### Add definitions for compile
 if(NOT WIN32)
-  target_link_libraries(sd_prop simgrid pthread )
-else(NOT WIN32)
+  target_link_libraries(sd_prop simgrid pthread )
+else()
   target_link_libraries(sd_prop simgrid)
-endif(NOT WIN32)
+endif()
 
 set(tesh_files
   ${tesh_files}