From 2c69293f0c87cb41982951f2cb1d490f5c50ad46 Mon Sep 17 00:00:00 2001 From: navarrop Date: Wed, 1 Dec 2010 10:50:44 +0000 Subject: [PATCH] Declare smpi broken in APPLE. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8797 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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 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) -- 2.20.1