From: navarrop Date: Wed, 1 Dec 2010 10:50:44 +0000 (+0000) Subject: Declare smpi broken in APPLE. X-Git-Tag: v3_5~34 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2c69293f0c87cb41982951f2cb1d490f5c50ad46 Declare smpi broken in APPLE. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8797 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/Cmake/Option.cmake b/buildtools/Cmake/Option.cmake index 134d16076e..18559dab7f 100644 --- a/buildtools/Cmake/Option.cmake +++ b/buildtools/Cmake/Option.cmake @@ -22,14 +22,14 @@ endif(NOT with_context) set(pipol_user ${pipol_user} CACHE TYPE INTERNAL FORCE) - -option(enable_smpi "This variable set smpi lib." on) option(enable_gtnets "Whether gtnets model is activated." on) option(enable_java "Whether the Java bindings are activated." on) if(WIN32 OR APPLE) +option(enable_smpi "This variable set smpi lib." off) option(enable_lua "Whether the lua bindings are activated." off) option(enable_ruby "Whether the Ruby bindings are activated." off) else(WIN32 OR APPLE) +option(enable_smpi "This variable set smpi lib." on) option(enable_lua "Whether the lua bindings are activated." on) option(enable_ruby "Whether the Ruby bindings are activated." on) endif(WIN32 OR APPLE)