X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7ff9cea5b5226fafac4615af1c6f1bb3cc75366a..5e508dc082191ebc594cf43bf8f7a18f8ecf2923:/examples/smpi/replay_multiple_manual_deploy/CMakeLists.txt diff --git a/examples/smpi/replay_multiple_manual_deploy/CMakeLists.txt b/examples/smpi/replay_multiple_manual_deploy/CMakeLists.txt index 109ee5fc23..1f260ab3a9 100644 --- a/examples/smpi/replay_multiple_manual_deploy/CMakeLists.txt +++ b/examples/smpi/replay_multiple_manual_deploy/CMakeLists.txt @@ -1,11 +1,8 @@ if(enable_smpi) include_directories(BEFORE "${CMAKE_HOME_DIRECTORY}/include/smpi") - # Boost regex dependency - find_package(Boost COMPONENTS regex REQUIRED) - add_executable (replay_multiple_manual replay_multiple_manual.cpp) - target_link_libraries(replay_multiple_manual simgrid ${Boost_LIBRARIES}) + target_link_libraries(replay_multiple_manual simgrid) # Define a list of a tesh files list(APPEND tesh_filename_list replay_multiple_manual_nojob)