Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
When the parameter parser is jammed, display the full parsed string
[simgrid.git] / examples / simdag / goal / CMakeLists.txt
index c6267e492710e9866c563c66694be8bd4238d214..4c43abb8b782f43654e3bd6c06aea815938c166e 100644 (file)
@@ -6,7 +6,7 @@ add_executable(goal_test goal_test.c)
 
 ### Add definitions for compile
 if(NOT WIN32)
-  target_link_libraries(goal_test simgrid pthread )
+  target_link_libraries(goal_test simgrid pthread )
 else()
   target_link_libraries(goal_test simgrid)
 endif()