X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8ef0ea918ca7c4025b3a25f67cb712fc5f7ae3e8..484fe465939b887bb9b146f1ca7f95402b8539f2:/buildtools/Cmake/Option.cmake 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)