diff options
author | Shauren <shauren.trinity@gmail.com> | 2024-04-22 11:52:58 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2024-04-22 11:57:54 +0200 |
commit | 7952661e2325ed726c903cb9d0a88f516d0a605e (patch) | |
tree | 120552d55b488bc6d7a585d3b84bf3896393284f /dep/boost | |
parent | 49f9e4666e1c92d6dfb9cd8a01f0f15fc226177a (diff) |
Core/Misc: Support boost 1.85
(cherry picked from commit cfa838df5de5a36f6ecef5211e9a3ea8e3774d1b)
Diffstat (limited to 'dep/boost')
-rw-r--r-- | dep/boost/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/boost/CMakeLists.txt b/dep/boost/CMakeLists.txt index 2dae771c95a..aa7315f1e49 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) |