mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 12:51:08 +00:00
BREAKING CHANGE(Deps/Boost): Set 1.74 as minimum version (#6874)
This commit is contained in:
8
deps/boost/CMakeLists.txt
vendored
8
deps/boost/CMakeLists.txt
vendored
@@ -28,12 +28,8 @@ endif()
|
|||||||
|
|
||||||
include (CheckCXXSourceCompiles)
|
include (CheckCXXSourceCompiles)
|
||||||
|
|
||||||
if (WIN32)
|
# C++20 requires Boost 1.74 to build
|
||||||
# On windows the requirements are higher according to the wiki.
|
set(BOOST_REQUIRED_VERSION 1.74)
|
||||||
set(BOOST_REQUIRED_VERSION 1.70)
|
|
||||||
else()
|
|
||||||
set(BOOST_REQUIRED_VERSION 1.67)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
find_package(Boost ${BOOST_REQUIRED_VERSION} REQUIRED system filesystem program_options iostreams regex)
|
find_package(Boost ${BOOST_REQUIRED_VERSION} REQUIRED system filesystem program_options iostreams regex)
|
||||||
|
|
||||||
|
|||||||
3
doc/changelog/pendings/changes_1625947288869410900.md
Normal file
3
doc/changelog/pendings/changes_1625947288869410900.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
### How to upgrade
|
||||||
|
|
||||||
|
Upgrade your Boost version to 1.74 or higher.
|
||||||
Reference in New Issue
Block a user