From: Arnaud Giersch Date: Fri, 11 Jan 2019 08:24:26 +0000 (+0100) Subject: Remove unused variable. X-Git-Tag: v3_22~596 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ed768dce19e5484685b7e4cc688b9aea62edd396 Remove unused variable. --- 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")