Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update documentation for MSG_USE_DEPRECATED and add option to cmake.
[simgrid.git] / buildtools / Cmake / Option.cmake
index 8f883d6..6e64b98 100644 (file)
@@ -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)