aboutsummaryrefslogtreecommitdiff
path: root/dep
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-04-22 11:52:58 +0200
committerShauren <shauren.trinity@gmail.com>2024-04-22 11:52:58 +0200
commitcfa838df5de5a36f6ecef5211e9a3ea8e3774d1b (patch)
treeeafa31791035808fbc30396ab34ec15123fa60e8 /dep
parentf4ef6f769b8c51d99bea040b95beb2eb0d6c8fd0 (diff)
Core/Misc: Support boost 1.85
Diffstat (limited to 'dep')
-rw-r--r--dep/boost/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)