]> AND Public Git Repository - simgrid.git/blobdiff - examples/smpi/MM/CMakeLists.txt
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix test out of directory for smpi mpich
[simgrid.git] / examples / smpi / MM / CMakeLists.txt
index e4ea2c248fc6b9babd9fb184e58fa4cae7bf7f83..6857c046aea2e4f43263c9d9a881030861cf6fb6 100644 (file)
@@ -9,8 +9,6 @@ if(enable_smpi)
     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)
-  else()
-    target_link_libraries(MM_mpi simgrid smpi)
   endif()
 endif()