Skip to content

Commit 4047422

Browse files
authored
Merge pull request #120 from astamm/fix-boost-source
Update boost 1.83 url.
2 parents 75fa2e7 + 47524b9 commit 4047422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superbuild/Boost.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set (proj Boost)
22

33
set (location "")
44
if (NOT DEFINED ${proj}_SRC_DIR)
5-
set(location URL https://boostorg.jfrog.io/artifactory/main/release/1.83.0/source/boost_1_83_0.tar.gz)
5+
set(location URL https://archives.boost.io/release/1.83.0/source/boost_1_83_0.tar.gz)
66
endif()
77

88
ExternalProject_Add(${proj}

0 commit comments

Comments
 (0)