From cfa838df5de5a36f6ecef5211e9a3ea8e3774d1b Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 22 Apr 2024 11:52:58 +0200 Subject: Core/Misc: Support boost 1.85 --- dep/boost/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dep') diff --git a/dep/boost/CMakeLists.txt b/dep/boost/CMakeLists.txt index 845f4ee8edc..4bf2c3feaa7 100644 --- a/dep/boost/CMakeLists.txt +++ b/dep/boost/CMakeLists.txt @@ -26,7 +26,7 @@ if (WIN32) # On windows the requirements are higher according to the wiki. set(BOOST_REQUIRED_VERSION 1.78) else() - set(BOOST_REQUIRED_VERSION 1.71) + set(BOOST_REQUIRED_VERSION 1.74) endif() find_package(Boost ${BOOST_REQUIRED_VERSION} REQUIRED system filesystem program_options iostreams regex locale) -- cgit v1.2.3