X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2e9105988280d1e88b5b496d6e2eed4c8d541883..c81c99a491282f76757c2673961e3cdee6853539:/teshsuite/smpi/mpich-test/profile/CMakeLists.txt diff --git a/teshsuite/smpi/mpich-test/profile/CMakeLists.txt b/teshsuite/smpi/mpich-test/profile/CMakeLists.txt index 024ee2b27f..7fae884fb8 100644 --- a/teshsuite/smpi/mpich-test/profile/CMakeLists.txt +++ b/teshsuite/smpi/mpich-test/profile/CMakeLists.txt @@ -15,8 +15,8 @@ if(enable_smpi) add_executable(ptest ptest.c ) add_executable(colluses colluses.c ) - target_link_libraries(ptest simgrid smpi ) - target_link_libraries(colluses simgrid smpi ) + target_link_libraries(ptest simgrid) + target_link_libraries(colluses simgrid) set_target_properties(ptest PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}") set_target_properties(colluses PROPERTIES COMPILE_FLAGS "${MPICH_FLAGS}")