Skip to content

Commit

Permalink
Merge pull request #83 from mtao/mtao/update_boost_repo
Browse files Browse the repository at this point in the history
updating boost url due to a redirection error
  • Loading branch information
teseoch authored Jan 4, 2025
2 parents d0dfeaa + 768ee9c commit 019d137
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/recipes/boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
set(OLD_CMAKE_POSITION_INDEPENDENT_CODE ${CMAKE_POSITION_INDEPENDENT_CODE})
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

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")
set(BOOST_URL
"https://archives.boost.io/release/1.83.0/source/boost_1_83_0.tar.bz2"
CACHE STRING "Boost download URL")
set(BOOST_URL_SHA256 "6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e" CACHE STRING "Boost download URL SHA256 checksum")

include(CPM)
Expand Down

0 comments on commit 019d137

Please sign in to comment.