]> AND Public Git Repository - simgrid.git/blobdiff - CMakeLists.txt
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
requalify tesh
[simgrid.git] / CMakeLists.txt
index ae5f9c6df8a5c66f3e2d38e24add49c661a51031..2363facf592b6fe61116453e32ee2522135bc1a4 100644 (file)
@@ -431,6 +431,9 @@ if(enable_smpi)
   elseif("${CMAKE_SYSTEM}" MATCHES "^FreeBSD")
     SET(USE_LIBUTIL 0)
     SET(HAVE_PRIVATIZATION 0)
+  else()
+    message (STATUS "Warning:  no support for SMPI automatic privatization on this platform")
+    SET(HAVE_PRIVATIZATION 0)
   endif()
 endif()