X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/886849e7082bf4b09880f7eb00fc30676986ea22..56858edd6d8ee2e8e7084f9b89b2b94a3a9eb6b9:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index d783249ebe..e7311c77d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ if (APPLE) #MAC set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) endif() -if (NOT DEFINED enable_smpi OR enable_smpi) # smpi is enabled by default +if ((NOT DEFINED enable_smpi OR enable_smpi) AND NOT APPLE) # smpi is enabled by default # Call enable_language(Fortran) in order to load the build rules for # this language, needed by teshsuite/smpi/mpich-test/. Use # CMAKE_FORCE_Fortran_COMPILER to bypass checks for a working