From 6e9401dcbf4c4aa7511c828199ecc43bf54aaaa4 Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Thu, 6 Apr 2023 11:10:26 +0200 Subject: [PATCH] critical cmake fix Required to build OST on latest sciCORE toolchain. Already tested but forgot to commit. Not sure how Inaki managed the RC modules. --- cmake_support/OST.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake_support/OST.cmake b/cmake_support/OST.cmake index 2e5a58c59..3456bc0dc 100644 --- a/cmake_support/OST.cmake +++ b/cmake_support/OST.cmake @@ -942,7 +942,7 @@ endmacro() set(_BOOST_MIN_VERSION 1.31) macro(setup_boost) - set (Boost_NO_BOOST_CMAKE TRUE) + #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