From ed768dce19e5484685b7e4cc688b9aea62edd396 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 11 Jan 2019 09:24:26 +0100 Subject: [PATCH 1/1] Remove unused variable. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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") -- 2.20.1