X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3356a5d7d4ab2de2e1454a42718319754bb3c68f..54d4db7b7c8fa95028c7c279b87abaed1ba6c646:/examples/smpi/MM/CMakeLists.txt diff --git a/examples/smpi/MM/CMakeLists.txt b/examples/smpi/MM/CMakeLists.txt index 29650489ea..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 smpi) + target_link_libraries(MM_mpi simgrid pthread) endif() endif()