X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/614112d90d76a96c886453b03ef917d03beaa3e9..3356a5d7d4ab2de2e1454a42718319754bb3c68f:/examples/smpi/MM/CMakeLists.txt diff --git a/examples/smpi/MM/CMakeLists.txt b/examples/smpi/MM/CMakeLists.txt index ece8c47d8e..29650489ea 100644 --- a/examples/smpi/MM/CMakeLists.txt +++ b/examples/smpi/MM/CMakeLists.txt @@ -8,7 +8,7 @@ if(enable_smpi) if(NOT WIN32) add_executable(MM_mpi MM_mpi.c 2.5D_MM.c Summa.c Matrix_init.c) ### Add definitions for compile - target_link_libraries(MM_mpi simgrid pthread m smpi) + target_link_libraries(MM_mpi simgrid pthread smpi) endif() endif()