Core/Misc: Support boost 1.85

This commit is contained in:
Shauren
2024-04-22 11:52:58 +02:00
parent f4ef6f769b
commit cfa838df5d
8 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -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)