X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/41aeab983aed4105a2868c9339cf1c8df5f35724..db9e1e77f7d08a187ac8e5588e42b3358879de9f:/teshsuite/simdag/partask/CMakeLists.txt diff --git a/teshsuite/simdag/partask/CMakeLists.txt b/teshsuite/simdag/partask/CMakeLists.txt index 1ffb156556..e912349ff4 100644 --- a/teshsuite/simdag/partask/CMakeLists.txt +++ b/teshsuite/simdag/partask/CMakeLists.txt @@ -6,5 +6,5 @@ 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 -target_link_libraries(test_comp_only_seq simgrid m pthread -fprofile-arcs) -target_link_libraries(test_comp_only_par simgrid m pthread -fprofile-arcs) +target_link_libraries(test_comp_only_seq simgrid m pthread ) +target_link_libraries(test_comp_only_par simgrid m pthread )