From: Daniel Arndt Date: Mon, 11 Dec 2017 16:49:34 +0000 (+0100) Subject: Restrict boost test to DEAL_II_ALLOW_PLATFORM_INTROSPECTION X-Git-Tag: v9.0.0-rc1~649^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5572%2Fhead;p=dealii.git Restrict boost test to DEAL_II_ALLOW_PLATFORM_INTROSPECTION --- 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