Skip to content

Commit

Permalink
Move from jfrog artifactory to archives.boost.io to fix boost download (
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccorm4 authored and Timur Abishev committed Jan 9, 2024
1 parent 0d7eaad commit cc8806d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ FetchContent_MakeAvailable(dlpack)
#
ExternalProject_Add(
boostorg
URL https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.gz
URL https://archives.boost.io/release/1.79.0/source/boost_1_79_0.tar.gz
URL_HASH SHA256=273f1be93238a068aba4f9735a4a2b003019af067b9c183ed227780b8f36062c
PREFIX "boost-src"
CONFIGURE_COMMAND ${CMAKE_COMMAND} -E copy_directory
Expand Down

0 comments on commit cc8806d

Please sign in to comment.