Skip to content

Commit f80191f

Browse files
authored
Fix boost URL (#11858)
See boostorg/boost#996
1 parent 5a88f43 commit f80191f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmake/CompileBoost.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function(compile_boost)
7171
# Build boost
7272
include(ExternalProject)
7373

74-
set(BOOST_SRC_URL https://boostorg.jfrog.io/artifactory/main/release/1.86.0/source/boost_1_86_0.tar.bz2)
74+
set(BOOST_SRC_URL https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.bz2)
7575
set(BOOST_SRC_SHA SHA256=1bed88e40401b2cb7a1f76d4bab499e352fa4d0c5f31c0dbae64e24d34d7513b)
7676

7777
if(USE_ASAN)

0 commit comments

Comments
 (0)