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 04e4cce..833a9fc 100644 (file)
@@ -6,7 +6,7 @@ add_executable(sd_prop sd_prop.c)
 
 ### Add definitions for compile
 if(NOT WIN32)
-  target_link_libraries(sd_prop simgrid pthread )
+  target_link_libraries(sd_prop simgrid pthread )
 else()
   target_link_libraries(sd_prop simgrid)
 endif()