Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make semaphores visible from MSG
[simgrid.git] / examples / smpi / MM / CMakeLists.txt
index ece8c47d8eb765ec2c0e75aca34874f18da4b147..366f39c754986a47a57ada7c5e3b33a19b16f85a 100644 (file)
@@ -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()