From: Timo Heister Date: Sun, 29 Oct 2017 02:49:06 +0000 (-0400) Subject: fix boost zlib detection configure check X-Git-Tag: v9.0.0-rc1~856^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8e70d511a3a54b50b31cb35693f3154ae427c12;p=dealii.git fix boost zlib detection configure check We were missing the include dirs in #5318 closes #5351 --- diff --git a/cmake/configure/configure_boost.cmake b/cmake/configure/configure_boost.cmake index fb82ee006e..ae851671cd 100644 --- a/cmake/configure/configure_boost.cmake +++ b/cmake/configure/configure_boost.cmake @@ -97,6 +97,8 @@ MACRO(FEATURE_BOOST_FIND_EXTERNAL var) RESET_CMAKE_REQUIRED() PUSH_CMAKE_REQUIRED("${DEAL_II_CXX_VERSION_FLAG}") SET(CMAKE_REQUIRED_LIBRARIES "${BOOST_LIBRARIES}") + LIST(APPEND CMAKE_REQUIRED_INCLUDES ${BOOST_INCLUDE_DIRS}) + CHECK_CXX_SOURCE_COMPILES( " #include