Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
never ending cleanup of the simdag world
[simgrid.git] / teshsuite / simdag / partask / CMakeLists.txt
index 7d3dade..176ea1e 100644 (file)
@@ -2,15 +2,8 @@ set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
 
 add_executable(test_comp_only_seq test_comp_only_seq.c)
 add_executable(test_comp_only_par test_comp_only_par.c)
-
-### Add definitions for compile
-if(NOT WIN32)
-  target_link_libraries(test_comp_only_seq simgrid m pthread )
-  target_link_libraries(test_comp_only_par simgrid m pthread )
-else()
-  target_link_libraries(test_comp_only_seq simgrid)
-  target_link_libraries(test_comp_only_par simgrid)
-endif()
+target_link_libraries(test_comp_only_seq simgrid)
+target_link_libraries(test_comp_only_par simgrid)
 
 set(tesh_files
   ${tesh_files}