From: navarrop Date: Thu, 25 Nov 2010 14:25:57 +0000 (+0000) Subject: Delete test if apple for smpi. X-Git-Tag: v3_5~178 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/484fe465939b887bb9b146f1ca7f95402b8539f2?hp=8ef0ea918ca7c4025b3a25f67cb712fc5f7ae3e8 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 --- 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)