X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f97709f9d38f0b3f9803a97425271e156504ad1c..3d65d2eaad96faf1c97960216cf8afe08308f9e5:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index ea2368a59f..cba00c62ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -410,7 +410,7 @@ endif() if(enable_smpi) SET(HAVE_SMPI 1) - if("${CMAKE_SYSTEM}" MATCHES "Darwin|FreeBSD|Linux|SunOS") + if(NOT WIN32) SET(HAVE_PRIVATIZATION 1) else() message (STATUS "Warning: no support for SMPI automatic privatization on this platform")