X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d9347ab3e960f0f098338c88a79724dbcf4a58bb..8575a5a1e9aefbfd90d2d16e0fa920d364b6f461:/examples/smpi/MM/CMakeLists.txt diff --git a/examples/smpi/MM/CMakeLists.txt b/examples/smpi/MM/CMakeLists.txt index ece8c47d8e..366f39c754 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) endif() endif()