]> AND Public Git Repository - simgrid.git/blobdiff - examples/simdag/properties/CMakeLists.txt
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove leaks introduced by previous commit. Ressource::getProperty
[simgrid.git] / examples / simdag / properties / CMakeLists.txt
index c7b5192ca149a8cf0aeefb049a4a5eb77464fdbe..833a9fc02c3ebdc0b6743e13ca96b77a0f66ec5b 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}