diff options
author | funjoker <funjoker109@gmail.com> | 2023-10-13 21:10:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-13 21:10:01 +0200 |
commit | 17c69368a351bcea8cd59e1969fbc4999ef88201 (patch) | |
tree | 6c428f9376867bcb5549aedfbdb2c80d5ff0a533 /dep/boost | |
parent | 9f68215bb61e46265c6667b6c71f0d2376835686 (diff) |
Dep/Boost: Drop windows boost hacks (#29358)
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 214e796ffa6..5d0f372594e 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() |