From c3de7173a06746f684bb504d3903a457ce409c97 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 11 Dec 2017 17:49:34 +0100 Subject: [PATCH] Restrict boost test to DEAL_II_ALLOW_PLATFORM_INTROSPECTION --- cmake/configure/configure_boost.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/configure/configure_boost.cmake b/cmake/configure/configure_boost.cmake index e44393031e..b72ca3c97d 100644 --- a/cmake/configure/configure_boost.cmake +++ b/cmake/configure/configure_boost.cmake @@ -136,7 +136,7 @@ MACRO(FEATURE_BOOST_FIND_EXTERNAL var) RESET_CMAKE_REQUIRED() ENDIF() - IF(${var}) + IF(${var} AND DEAL_II_ALLOW_PLATFORM_INTROSPECTION) # We want to pass the libraries to the CMake project that tests for the # BOOST Serialization bug. If we don't change the separator, only the # first one is passed. This change in the separator is reverted in -- 2.39.5