Core/Misc: Support boost 1.85
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user