X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cdf6a962eb4e88efbed3df9c41343adabcf09e6c..77c0face3a66d71cb73f4c5444d0c45bf3bb6aa1:/tools/cmake/Option.cmake diff --git a/tools/cmake/Option.cmake b/tools/cmake/Option.cmake index 36ac349232..84bb93eb09 100644 --- a/tools/cmake/Option.cmake +++ b/tools/cmake/Option.cmake @@ -24,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)