Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Set gtnets and ns3 to off by default.
authorNavarrop <Pierre.Navarro@imag.fr>
Tue, 20 Sep 2011 14:24:33 +0000 (16:24 +0200)
committerNavarrop <Pierre.Navarro@imag.fr>
Tue, 20 Sep 2011 14:24:58 +0000 (16:24 +0200)
Don't see warning on it on cdash.

buildtools/Cmake/Option.cmake

index bd2b3a8..9e2bf45 100644 (file)
@@ -16,8 +16,8 @@ set(pipol_user ${pipol_user} CACHE TYPE INTERNAL FORCE)
 
 option(release "Whether Release Mode is activated (disable tests on experimental parts)" on)
 
-option(enable_gtnets "Whether gtnets model is activated." on)
-option(enable_ns3    "Whether ns3 model is activated." on)
+option(enable_gtnets "Whether gtnets model is activated." off)
+option(enable_ns3    "Whether ns3 model is activated." off)
 option(enable_smpi "This variable set smpi lib." off)
 option(enable_lua "Whether the lua bindings are activated." on)