From 484fe465939b887bb9b146f1ca7f95402b8539f2 Mon Sep 17 00:00:00 2001 From: navarrop Date: Thu, 25 Nov 2010 14:25:57 +0000 Subject: [PATCH] Delete test if apple for smpi. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8652 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- buildtools/Cmake/Option.cmake | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/buildtools/Cmake/Option.cmake b/buildtools/Cmake/Option.cmake index 340ac7590c..82500e4713 100644 --- a/buildtools/Cmake/Option.cmake +++ b/buildtools/Cmake/Option.cmake @@ -22,11 +22,8 @@ endif(NOT with_context) set(pipol_user ${pipol_user} CACHE TYPE INTERNAL FORCE) -if(CMAKE_SYSTEM_NAME MATCHES "Darwin") - option(enable_smpi "This variable set smpi lib." off) #for the moment it doesn't compil with MacOS -else(CMAKE_SYSTEM_NAME MATCHES "Darwin") - option(enable_smpi "This variable set smpi lib." on) -endif(CMAKE_SYSTEM_NAME MATCHES "Darwin") + +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) -- 2.20.1