X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/68004af7b988892361a5a2b95a83364d432ab887..77c0face3a66d71cb73f4c5444d0c45bf3bb6aa1:/tools/cmake/Option.cmake diff --git a/tools/cmake/Option.cmake b/tools/cmake/Option.cmake index 033192778e..84bb93eb09 100644 --- a/tools/cmake/Option.cmake +++ b/tools/cmake/Option.cmake @@ -9,8 +9,6 @@ else() set(CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX} CACHE PATH "Path where this project should be installed") endif() -option(release "Whether Release Mode is activated (disable tests on experimental parts)" on) - # How to build ### option(enable_compile_optimizations "Whether to produce efficient code for the SimGrid library" on) @@ -26,6 +24,7 @@ option(enable_documentation "Whether to produce documentation" off) option(enable_ns3 "Whether ns-3 model is activated." off) option(enable_java "Whether the Java bindings are activated." off) +option(enable_msg "Whether the MSG module is activated." off) option(enable_lib_in_jar "Whether the native libraries are bundled in a Java jar file" on) option(minimal-bindings "Whether to compile the bindings libraries (Java/Python) with the minimal dependency set" off) mark_as_advanced(minimal-bindings)