Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
- Add wifi link
[simgrid.git] / tools / cmake / Option.cmake
index 08bd1e957f580a85e336c390cbb9acc707bbdaf6..3295e0b538019ffc46647db45f8dcf7a561d0bb8 100644 (file)
@@ -24,7 +24,7 @@ option(enable_debug                 "Turn this off to remove all debug messages
 ###
 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-bindings      "Whether to compile the bindings libraries (Java/Python) with the minimal dependency set" off)