Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Declare smpi broken in APPLE.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 1 Dec 2010 10:50:44 +0000 (10:50 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 1 Dec 2010 10:50:44 +0000 (10:50 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8797 48e7efb5-ca39-0410-a469-dd3cf9ba447f

buildtools/Cmake/Option.cmake

index 134d160..18559da 100644 (file)
@@ -22,14 +22,14 @@ endif(NOT with_context)
 
 set(pipol_user ${pipol_user} CACHE TYPE INTERNAL FORCE)
 
 
 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_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_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) 
 option(enable_lua "Whether the lua bindings are activated." on)
 option(enable_ruby "Whether the Ruby bindings are activated." on)
 endif(WIN32 OR APPLE)