From ad44ddab347374fee00a7921dc7641adbb099820 Mon Sep 17 00:00:00 2001 From: funjoker Date: Fri, 13 Oct 2023 21:10:01 +0200 Subject: Dep/Boost: Drop windows boost hacks (#29358) (cherry picked from commit 17c69368a351bcea8cd59e1969fbc4999ef88201) --- 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 d3149e956be..2dae771c95a 100644 --- a/dep/boost/CMakeLists.txt +++ b/dep/boost/CMakeLists.txt @@ -24,7 +24,7 @@ include (CheckCXXSourceCompiles) if (WIN32) # On windows the requirements are higher according to the wiki. - set(BOOST_REQUIRED_VERSION 1.73) + set(BOOST_REQUIRED_VERSION 1.78) else() set(BOOST_REQUIRED_VERSION 1.71) endif() -- cgit v1.2.3