Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
also remove xbt/automaton which was only useful to stateful MC
[simgrid.git] / tools / cmake / MakeLib.cmake
index b91be7d..79f4e27 100644 (file)
@@ -180,6 +180,3 @@ target_link_libraries(simgrid       ${SIMGRID_DEP})
 if(enable_maintainer_mode)
   add_dependencies(simgrid smpi_generated_headers_call_location_tracing)
 endif()
-if(enable_maintainer_mode AND BISON_EXE AND LEX_EXE)
-  add_dependencies(simgrid automaton_generated_src)
-endif()