X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b40bc50744f705943375c49f34e21a4952576b28..98d107bfe04cb84d7f5fb5a02a2eea51709b47f5:/buildtools/Cmake/src/CMakeOption.txt diff --git a/buildtools/Cmake/src/CMakeOption.txt b/buildtools/Cmake/src/CMakeOption.txt index 2cd09273d1..7827bb6288 100644 --- a/buildtools/Cmake/src/CMakeOption.txt +++ b/buildtools/Cmake/src/CMakeOption.txt @@ -24,7 +24,11 @@ option(enable_tracing "Tracing MSG (for now) simulations for visualization." off option(enable_coverage "Enable coverage." off) option(enable_memcheck "Enable memcheck." off) option(enable_print_message "Enable print message during config." off) +option(enable_model-checking "" off) +mark_as_advanced(enable_coverage) +mark_as_advanced(enable_memcheck) +mark_as_advanced(enable_print_message) mark_as_advanced(BIBTEX2HTML_PATH) mark_as_advanced(LUA_LIB_PATH_1) mark_as_advanced(LUA_LIB_PATH_2)