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

Public GIT Repository
What? give the same name to the directory and the executable file isn't
[simgrid.git] / examples / smpi / CMakeLists.txt
index 840221c461794f0bf4a3a3b588cdec9a2fa3e3b5..ac183b8eda6203ddf7c460632c2faa6882894db5 100644 (file)
@@ -28,7 +28,7 @@ if(enable_smpi)
   add_executable(ttest01 ttest01.c)
   add_executable(mc_bugged1 mc_bugged1.c)
   add_executable(mc_bugged2 mc_bugged2.c)
-  add_executable(replay replay/replay.c)
+  add_executable(smpi_replay replay/replay.c)
 
   target_link_libraries(alltoall2 m simgrid smpi )
   target_link_libraries(alltoall_basic m simgrid smpi )
@@ -51,7 +51,7 @@ if(enable_smpi)
   target_link_libraries(ttest01 m simgrid smpi )
   target_link_libraries(mc_bugged1 m simgrid smpi )
   target_link_libraries(mc_bugged2 m simgrid smpi )
-  target_link_libraries(replay m simgrid smpi )
+  target_link_libraries(smpi_replay m simgrid smpi )
 
   set_target_properties(smpi_sendrecv PROPERTIES RENAME sendrecv)
 endif(enable_smpi)