X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1180bb9c605c2c429e8339be413574876893637e..e94ee29b340453abdded4e762ba023ed73db42a8:/buildtools/Cmake/src/CMakeOption.txt diff --git a/buildtools/Cmake/src/CMakeOption.txt b/buildtools/Cmake/src/CMakeOption.txt index 2cd09273d1..59cc536f41 100644 --- a/buildtools/Cmake/src/CMakeOption.txt +++ b/buildtools/Cmake/src/CMakeOption.txt @@ -24,7 +24,18 @@ 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) +if(WIN32) #actually not enable with windows + message("Mode supernovae and maintainer disable with Windows.") + set(enable_supernovae false CACHE TYPE INTERNAL FORCE) + set(enable_maintainer_mode false CACHE TYPE INTERNAL FORCE) + set(with_context "windows" CACHE TYPE INTERNAL FORCE) +endif(WIN32) + +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)