build(deps): bump boost to 1.89 (#4253)

This commit is contained in:
David Lane 2025-11-01 21:02:15 -04:00 committed by GitHub
commit 875ad1d11a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 14 deletions

View file

@ -3,7 +3,7 @@
#
include_guard(GLOBAL)
set(BOOST_VERSION "1.87.0")
set(BOOST_VERSION "1.89.0")
set(BOOST_COMPONENTS
filesystem
locale
@ -55,7 +55,7 @@ if(NOT Boost_FOUND)
# Limit boost to the required libraries only
set(BOOST_INCLUDE_LIBRARIES ${BOOST_COMPONENTS})
set(BOOST_URL "https://github.com/boostorg/boost/releases/download/boost-${BOOST_VERSION}/boost-${BOOST_VERSION}-cmake.tar.xz") # cmake-lint: disable=C0301
set(BOOST_HASH "SHA256=7da75f171837577a52bbf217e17f8ea576c7c246e4594d617bfde7fafd408be5")
set(BOOST_HASH "SHA256=67acec02d0d118b5de9eb441f5fb707b3a1cdd884be00ca24b9a73c995511f74")
if(CMAKE_VERSION VERSION_LESS "3.24.0")
FetchContent_Declare(