mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Dep/Boost: Drop windows boost hacks (#29358)
This commit is contained in:
@@ -24,7 +24,7 @@ include (CheckCXXSourceCompiles)
|
||||
|
||||
if (WIN32)
|
||||
# On windows the requirements are higher according to the wiki.
|
||||
set(BOOST_REQUIRED_VERSION 1.73)
|
||||
set(BOOST_REQUIRED_VERSION 1.78)
|
||||
else()
|
||||
set(BOOST_REQUIRED_VERSION 1.71)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user