From ed81d1feb0176005bf10513db136f844afed3da7 Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Mon, 9 Nov 2020 10:20:20 +0100 Subject: [PATCH] re-enable Boost_NO_BOOST_CMAKE Flag I assume there was good reason to add it... --- cmake_support/OST.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake_support/OST.cmake b/cmake_support/OST.cmake index 8151713e6..2e5a58c59 100644 --- a/cmake_support/OST.cmake +++ b/cmake_support/OST.cmake @@ -942,6 +942,7 @@ endmacro() set(_BOOST_MIN_VERSION 1.31) macro(setup_boost) + set (Boost_NO_BOOST_CMAKE TRUE) # starting with CMake 3.11 we could use the following instead of the foreach # find_package(Boost ${_BOOST_MIN_VERSION} COMPONENTS # python${Python_VERSION_MAJOR}${Python_VERSION_MINOR} REQUIRED) -- GitLab