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

Public GIT Repository
Merge branch 'hypervisor' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid into hypervisor
[simgrid.git] / examples / simdag / dax / CMakeLists.txt
index 585e989432cd57a33d9357bca23b1294cbc192de..669dd41503f502d66fa3e6541a6d40c72b448aed 100644 (file)
@@ -6,7 +6,7 @@ add_executable(dax_test dax_test.c)
 
 ### Add definitions for compile
 if(NOT WIN32)
-  target_link_libraries(dax_test simgrid pthread )
+  target_link_libraries(dax_test simgrid pthread )
 else()
   target_link_libraries(dax_test simgrid)
 endif()