X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c3789d017953e10867f46f196b546ec7bd16ab75..0a200527ffe9436d177c839c4bbb0a28e87b862b:/tools/cmake/Option.cmake diff --git a/tools/cmake/Option.cmake b/tools/cmake/Option.cmake index d4956fa099..3295e0b538 100644 --- a/tools/cmake/Option.cmake +++ b/tools/cmake/Option.cmake @@ -22,15 +22,14 @@ option(enable_debug "Turn this off to remove all debug messages # Optional modules ### -option(enable_documentation "Whether to produce documentation" on) +option(enable_documentation "Whether to produce documentation" off) -option(enable_ns3 "Whether ns3 model is activated." off) +option(enable_ns3 "Whether ns-3 model is activated." off) option(enable_java "Whether the Java bindings are activated." off) option(enable_lib_in_jar "Whether the native libraries are bundled in a Java jar file" on) -option(minimal_java "Whether to compile the jarfile with the minimal dependency set" off) -mark_as_advanced(minimal_java) -if(minimal_java) - set(enable_java on) +option(minimal-bindings "Whether to compile the bindings libraries (Java/Python) with the minimal dependency set" off) +mark_as_advanced(minimal-bindings) +if(minimal-bindings) set(enable_lib_in_jar on) endif()