Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cmake: do not build the documentation by default
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 15 May 2019 19:33:59 +0000 (21:33 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 15 May 2019 20:13:02 +0000 (22:13 +0200)
docs/source/Installing_SimGrid.rst
tools/cmake/Option.cmake

index bd8e47b..275e773 100644 (file)
@@ -211,8 +211,10 @@ enable_debug (ON/off)
   runtime. However, it obviously becomes impossible to get any debug
   info from SimGrid if something goes wrong.
 
-enable_documentation (ON/off)
-  Generates the documentation pages.
+enable_documentation (on/OFF)
+  Generates the documentation pages. Building the documentation is not
+  as easy as it used to be, and you should probably use the online
+  version for now.
 
 enable_java (on/OFF)
   Generates the java bindings of SimGrid.
index d4956fa..167d5fe 100644 (file)
@@ -22,7 +22,7 @@ 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_java           "Whether the Java bindings are activated." off)