From: Martin Quinson Date: Thu, 1 Aug 2019 12:57:31 +0000 (+0200) Subject: add a dependency of this test to mpi, as required on jenkins X-Git-Tag: v3.24~222 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b568329641ab0d8e7acf020d362c23c040f5c80e add a dependency of this test to mpi, as required on jenkins --- diff --git a/teshsuite/smpi/CMakeLists.txt b/teshsuite/smpi/CMakeLists.txt index d20871889b..72d8bcf8db 100644 --- a/teshsuite/smpi/CMakeLists.txt +++ b/teshsuite/smpi/CMakeLists.txt @@ -29,6 +29,7 @@ if(enable_smpi) set(CMAKE_Fortran_COMPILER "${CMAKE_BINARY_DIR}/smpi_script/bin/smpif90") add_executable (fort_args EXCLUDE_FROM_ALL fort_args/fort_args.f90) target_link_libraries(fort_args simgrid) + target_link_libraries(fort_args mpi) set_target_properties(fort_args PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/fort_args) add_dependencies(tests fort_args) endif()