X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3119cbc65eaf6635be81c0c71a4ea832097a7fb5..fdee9639e4620a7eee7e7e1b39443df01f4886cf:/buildtools/Cmake/Option.cmake diff --git a/buildtools/Cmake/Option.cmake b/buildtools/Cmake/Option.cmake index 8f883d62bc..6e64b98a02 100644 --- a/buildtools/Cmake/Option.cmake +++ b/buildtools/Cmake/Option.cmake @@ -33,6 +33,7 @@ option(enable_lib_static "" off) option(enable_jedule "Jedule output of SimDAG." off) option(enable_debug "Turn this off to remove all debug messages at compile time (faster, but no debug activable)" on) option(enable_supernovae "Whether Supernovae mode (helping compiler optimization) is activated." on) +option(enable_msg_deprecated "This option enable the use of msg deprecated functions" off) #if(enable_supernovae AND enable_model-checking) # set(enable_model-checking OFF CACHE TYPE INTERNAL FORCE)