From: Daniel Arndt Date: Thu, 18 Apr 2019 19:32:20 +0000 (+0200) Subject: Add links X-Git-Tag: v9.1.0-rc1~197^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7935%2Fhead;p=dealii.git Add links --- diff --git a/cmake/modules/FindBOOST.cmake b/cmake/modules/FindBOOST.cmake index f640f49e85..8274a3613e 100644 --- a/cmake/modules/FindBOOST.cmake +++ b/cmake/modules/FindBOOST.cmake @@ -51,7 +51,9 @@ ENDIF() # temporarily disable ${CMAKE_SOURCE_DIR}/cmake/modules for module lookup LIST(REMOVE_ITEM CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules/) -# Workaround a CMake compatibility issue with boost-1.70.0 +# Work around a CMake compatibility issue with boost-1.70.0 +# compare https://gitlab.kitware.com/cmake/cmake/issues/18865 +# and https://lists.boost.org/Archives/boost/2019/02/245016.php SET(Boost_NO_BOOST_CMAKE ON) IF(DEAL_II_WITH_ZLIB)