We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e1d41 commit 2e9daaeCopy full SHA for 2e9daae
1 file changed
cmake/dependencies/Boost_Sunshine.cmake
@@ -3,7 +3,7 @@
3
#
4
include_guard(GLOBAL)
5
6
-set(BOOST_VERSION "1.87.0")
+set(BOOST_VERSION "1.89.0")
7
set(BOOST_COMPONENTS
8
filesystem
9
locale
@@ -55,7 +55,7 @@ if(NOT Boost_FOUND)
55
# Limit boost to the required libraries only
56
set(BOOST_INCLUDE_LIBRARIES ${BOOST_COMPONENTS})
57
set(BOOST_URL "https://github.com/boostorg/boost/releases/download/boost-${BOOST_VERSION}/boost-${BOOST_VERSION}-cmake.tar.xz") # cmake-lint: disable=C0301
58
- set(BOOST_HASH "SHA256=7da75f171837577a52bbf217e17f8ea576c7c246e4594d617bfde7fafd408be5")
+ set(BOOST_HASH "SHA256=67acec02d0d118b5de9eb441f5fb707b3a1cdd884be00ca24b9a73c995511f74")
59
60
if(CMAKE_VERSION VERSION_LESS "3.24.0")
61
FetchContent_Declare(
0 commit comments