X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c67758e45a789619678921867ca40cffbd22b1c6..984b8e1616cfd626c6244a34ccd42ee0b1e89bcd:/buildtools/Cmake/MakeLib.cmake diff --git a/buildtools/Cmake/MakeLib.cmake b/buildtools/Cmake/MakeLib.cmake index 6d373a1c5b..52d66f376c 100644 --- a/buildtools/Cmake/MakeLib.cmake +++ b/buildtools/Cmake/MakeLib.cmake @@ -154,6 +154,6 @@ endif(enable_lib_static) # Dependencies from maintainer mode ################################### -if(enable_maintainer_mode AND YACC_EXE AND LEX_EXE) +if(enable_maintainer_mode AND BISON_EXE AND LEX_EXE) add_dependencies(simgrid automaton_generated_src) -endif(enable_maintainer_mode AND YACC_EXE AND LEX_EXE) \ No newline at end of file +endif(enable_maintainer_mode AND BISON_EXE AND LEX_EXE) \ No newline at end of file