From ffac3a27160d751fa757d27b7ac9102984d12e03 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 18 Apr 2019 21:32:20 +0200 Subject: [PATCH] Add links --- cmake/modules/FindBOOST.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.39.5