diff options
author | funjoker <funjoker109@gmail.com> | 2023-10-13 21:10:01 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2024-02-26 12:29:16 +0100 |
commit | ad44ddab347374fee00a7921dc7641adbb099820 (patch) | |
tree | f1f77de14fb595d449cad568d4c46e472160a6c6 /dep/boost | |
parent | e1306ddfa9476516c59792368f5e5c1ef16aef80 (diff) |
Dep/Boost: Drop windows boost hacks (#29358)
(cherry picked from commit 17c69368a351bcea8cd59e1969fbc4999ef88201)
Diffstat (limited to 'dep/boost')
-rw-r--r-- | dep/boost/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/boost/CMakeLists.txt b/dep/boost/CMakeLists.txt index d3149e956be..2dae771c95a 100644 --- a/dep/boost/CMakeLists.txt +++ b/dep/boost/CMakeLists.txt @@ -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() |