From: Navarrop Date: Tue, 20 Sep 2011 14:24:33 +0000 (+0200) Subject: Set gtnets and ns3 to off by default. X-Git-Tag: v3_6_2~73 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5b13c320c08d696b812babc46bc05ff815a89904?hp=7d089b0784964a16c533478390f02dbcc02167ab Set gtnets and ns3 to off by default. Don't see warning on it on cdash. --- 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)