mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(Build/Deps): Increase minimal Boost versions and remove old compatibilities (#20287)
* fix(Core/Common): remove conditions for unsupported boost versions * fix Cmake version requiert acording to wiki
This commit is contained in:
4
deps/boost/CMakeLists.txt
vendored
4
deps/boost/CMakeLists.txt
vendored
@@ -26,9 +26,9 @@ include (CheckCXXSourceCompiles)
|
||||
|
||||
if (WIN32)
|
||||
# On windows the requirements are higher according to the wiki.
|
||||
set(BOOST_REQUIRED_VERSION 1.74)
|
||||
set(BOOST_REQUIRED_VERSION 1.78)
|
||||
else()
|
||||
set(BOOST_REQUIRED_VERSION 1.67)
|
||||
set(BOOST_REQUIRED_VERSION 1.74)
|
||||
endif()
|
||||
|
||||
find_package(Boost ${BOOST_REQUIRED_VERSION} REQUIRED system filesystem program_options iostreams regex)
|
||||
|
||||
Reference in New Issue
Block a user