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

Public GIT Repository
never ending cleanup of the simdag world
[simgrid.git] / teshsuite / simdag / incomplete / CMakeLists.txt
index fb74936b926b95a32b4bf6b646a35c59c1aae0af..d62eb992d6da5744d0f7f22c0163782c76b9bb3b 100644 (file)
@@ -1,13 +1,7 @@
 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
 
 add_executable(incomplete incomplete.c)
-
-### Add definitions for compile
-if(NOT WIN32)
-  target_link_libraries(incomplete simgrid m pthread )
-else()
-  target_link_libraries(incomplete simgrid)
-endif()
+target_link_libraries(incomplete simgrid)
 
 set(tesh_files
   ${tesh_files}