X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f78165e6c51edc9a278f0948c7936122568954e..278ed194f8f669d600e7c42b54a767e6d36705a2:/buildtools/Cmake/Option.cmake diff --git a/buildtools/Cmake/Option.cmake b/buildtools/Cmake/Option.cmake index f17905ec69..9b455ef17f 100644 --- a/buildtools/Cmake/Option.cmake +++ b/buildtools/Cmake/Option.cmake @@ -32,6 +32,13 @@ option(enable_print_message "Enable print message during config." off) option(enable_model-checking "" off) option(enable_lib_static "" off) option(enable_jedule "Jedule output of SimDAG." off) +option(enable_debug "Set NDEBUG flag" on) + +if(enable_supernovae AND enable_model-checking) + set(enable_model-checking false CACHE TYPE INTERNAL FORCE) + message("\n\nWith supernovae mode the model checking must be disable.!!!\n\n") +endif(enable_supernovae AND enable_model-checking) + mark_as_advanced(HAVE_SSH) mark_as_advanced(HAVE_RSYNC)