From: Martin Quinson Date: Fri, 27 Jan 2012 19:14:40 +0000 (+0100) Subject: enable SMPI by default (and rewrite the cmake doc) X-Git-Tag: exp_20120216~119^2~7 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f1a642a7627700d858a267453aee7ffe6d494b87 enable SMPI by default (and rewrite the cmake doc) --- diff --git a/buildtools/Cmake/Option.cmake b/buildtools/Cmake/Option.cmake index de8377d40d..2707a5f984 100644 --- a/buildtools/Cmake/Option.cmake +++ b/buildtools/Cmake/Option.cmake @@ -20,7 +20,7 @@ option(enable_debug "Set NDEBUG flag" 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_smpi "Whether the smpi library is compiled." on) option(enable_lua "Whether the lua bindings are activated." off) option(enable_compile_warnings "Whether compilation warnings should be turned into errors." off) option(enable_maintainer_mode "Whether flex and flexml files should be rebuilt." off)