From 6b4715e5068ccae8beeea2c85ccb4c0e552affe2 Mon Sep 17 00:00:00 2001 From: Vikram Vuppla Date: Mon, 6 Jan 2025 11:15:39 -0600 Subject: [PATCH] fix: Move from jfrog artifactory to archives.boost.io to fix boost download - Update the boostorg download link - https://boostorg.jfrog.io is out of service, see here https://boostorg.jfrog.io out of service boostorg/boost#997 - Verified the updated link is a live link and able to download the boostorg library --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f9855f3..a661ea25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,7 +95,7 @@ FetchContent_MakeAvailable(dlpack) # ExternalProject_Add( boostorg - URL https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.gz + URL https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.gz URL_HASH SHA256=7bd7ddceec1a1dfdcbdb3e609b60d01739c38390a5f956385a12f3122049f0ca PREFIX "boost-src" CONFIGURE_COMMAND ${CMAKE_COMMAND} -E copy_directory