Skip to content

Commit b0ad8e3

Browse files
authored
Update boost.cmake
1 parent b4bce9b commit b0ad8e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/recipes/boost.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
2020
set(OLD_CMAKE_POSITION_INDEPENDENT_CODE ${CMAKE_POSITION_INDEPENDENT_CODE})
2121
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
2222

23-
set(BOOST_URL "https://boostorg.jfrog.io/artifactory/main/release/1.86.0/source/boost_1_86_0.tar.bz2" CACHE STRING "Boost download URL")
23+
set(BOOST_URL "https://archives.boost.io/release/1.86.0/source/boost_1_86_0.tar.bz2" CACHE STRING "Boost download URL")
2424
set(BOOST_URL_SHA256 "1bed88e40401b2cb7a1f76d4bab499e352fa4d0c5f31c0dbae64e24d34d7513b" CACHE STRING "Boost download URL SHA256 checksum")
2525

2626
include(CPM)
@@ -63,4 +63,4 @@ foreach(name IN ITEMS
6363
if(TARGET Boost_${name})
6464
set_target_properties(Boost_${name} PROPERTIES FOLDER third_party/boost)
6565
endif()
66-
endforeach()
66+
endforeach()

0 commit comments

Comments
 (0)