X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7d089b0784964a16c533478390f02dbcc02167ab..5b13c320c08d696b812babc46bc05ff815a89904:/buildtools/Cmake/Option.cmake 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)