]> AND Public Git Repository - simgrid.git/blobdiff - tools/cmake/MakeLib.cmake
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New: s4u::create_fatTree_zone
[simgrid.git] / tools / cmake / MakeLib.cmake
index debbe95c7b683bfcc1ecf09eadb8f6fc291875e4..198d0315be668cebb88cf99607eaa2c7b1c64f82 100644 (file)
@@ -35,7 +35,7 @@ if(enable_model-checking)
                APPEND PROPERTY INCLUDE_DIRECTORIES "${INTERNAL_INCLUDES}")
   install(TARGETS simgrid-mc # install that binary without breaking the rpath on Mac
     RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}/)
-  add_dependencies(tests simgrid-mc)
+  add_dependencies(tests-mc simgrid-mc)
 endif()