Dep/Boost: Drop windows boost hacks (#29358)

This commit is contained in:
funjoker
2023-10-13 21:10:01 +02:00
committed by GitHub
parent 9f68215bb6
commit 17c69368a3
6 changed files with 1 additions and 102 deletions

View File

@@ -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()