Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Changelog updates as a preparation to the next release [noci]
[simgrid.git] / tools / cmake / MakeLib.cmake
index e84134e95d76d12ece4b0d5012e8c00fb17388e0..198d0315be668cebb88cf99607eaa2c7b1c64f82 100644 (file)
@@ -27,9 +27,6 @@ set_property(TARGET simgrid
 add_dependencies(simgrid maintainer_files)
 
 if(enable_model-checking)
-  add_custom_target(tests-mc COMMENT "Recompiling the MC tests and tools.")
-  add_dependencies(tests tests-mc)
-
   add_executable(simgrid-mc ${MC_SIMGRID_MC_SRC})
   target_link_libraries(simgrid-mc simgrid)
   set_target_properties(simgrid-mc