Skip to content

Commit

Permalink
[legacy] boost: Update download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Jan 14, 2025
1 parent 122815f commit 1d1b66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/legacy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ set(boost_features
"pch=off"
)
ExternalProject_Add(boost
URL "https://boostorg.jfrog.io/artifactory/main/release/1.${boost_version}.0/source/boost_1_${boost_version}_0.tar.bz2"
URL "https://archives.boost.io/release/1.${boost_version}.0/source/boost_1_${boost_version}_0.tar.bz2"
URL_HASH SHA256=8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc
BUILD_IN_SOURCE ON
CONFIGURE_COMMAND "./bootstrap.sh"
Expand Down

0 comments on commit 1d1b66c

Please sign in to comment.