Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Again for windows.
[simgrid.git] / buildtools / Cmake / src / CMakeOption.txt
index 2cd0927..59cc536 100644 (file)
@@ -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)