From 5b13c320c08d696b812babc46bc05ff815a89904 Mon Sep 17 00:00:00 2001 From: Navarrop Date: Tue, 20 Sep 2011 16:24:33 +0200 Subject: [PATCH] Set gtnets and ns3 to off by default. Don't see warning on it on cdash. --- buildtools/Cmake/Option.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildtools/Cmake/Option.cmake b/buildtools/Cmake/Option.cmake index bd2b3a80a1..9e2bf45440 100644 --- a/buildtools/Cmake/Option.cmake +++ b/buildtools/Cmake/Option.cmake @@ -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) -- 2.20.1