From b197232d9840ad6b5a5eeb2da62267d0593a9204 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Fri, 3 May 2024 14:03:55 +0200
Subject: [PATCH] CMake Boost: increase minimum version to 1.74

---
 cmake/BornAgain/FindLibraries.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/BornAgain/FindLibraries.cmake b/cmake/BornAgain/FindLibraries.cmake
index c1254c72f2c..44913f01b9d 100644
--- a/cmake/BornAgain/FindLibraries.cmake
+++ b/cmake/BornAgain/FindLibraries.cmake
@@ -82,7 +82,7 @@ if(WIN32)
 endif()
 
 message(STATUS "Boost required libraries: ${boost_libraries_required}")
-find_package(Boost 1.65.1 COMPONENTS ${boost_libraries_required})
+find_package(Boost 1.74 COMPONENTS ${boost_libraries_required})
 # remove the extra added library Boost::regex
 # NOTE: The CMake `FindBoost` module internally adds Boost::regex as an extra dependency for Boost::iostream; yet this is unnecessary;
 # see <https://gitlab.kitware.com/cmake/cmake/-/issues/23406>
-- 
GitLab