Skip to content

Commit 019d137

Browse files
author
teseoch
authored
Merge pull request #83 from mtao/mtao/update_boost_repo
updating boost url due to a redirection error
2 parents d0dfeaa + 768ee9c commit 019d137

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmake/recipes/boost.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ 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.83.0/source/boost_1_83_0.tar.bz2" CACHE STRING "Boost download URL")
23+
set(BOOST_URL
24+
"https://archives.boost.io/release/1.83.0/source/boost_1_83_0.tar.bz2"
25+
CACHE STRING "Boost download URL")
2426
set(BOOST_URL_SHA256 "6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e" CACHE STRING "Boost download URL SHA256 checksum")
2527

2628
include(CPM)

0 commit comments

Comments
 (0)