build: fix boost download URL

This commit is contained in:
Oscar Mira 2025-01-23 00:33:05 +01:00
parent 6bf3174d52
commit 37b68d6062
No known key found for this signature in database
GPG Key ID: B371B98C5DC32237

View File

@ -3,7 +3,7 @@ include(ExternalProject)
# The source code of Boost
# From https://www.boost.org/users/download/
set(BOOST_SOURCE
"https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.bz2"
"https://archives.boost.io/release/1.78.0/source/boost_1_78_0.tar.bz2"
CACHE STRING "Boost source file to use.")
set(BOOST_SHA256
"8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc"