X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f1506fb2a6ef2bd8f1b4827911b961015aec9b7a..ed768dce19e5484685b7e4cc688b9aea62edd396:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index c37495510e..d2a9568c2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -393,7 +393,6 @@ endif() if(enable_smpi) SET(HAVE_SMPI 1) if("${CMAKE_SYSTEM}" MATCHES "Darwin|FreeBSD|Linux") - SET(USE_LIBUTIL 0) SET(HAVE_PRIVATIZATION 1) else() message (STATUS "Warning: no support for SMPI automatic privatization on this platform")