From 64b180d372082c20f4871cf3fd058130e602befc Mon Sep 17 00:00:00 2001 From: Kolja Date: Mon, 3 May 2021 08:15:49 +0200 Subject: [PATCH] CMake Update Boost URL --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d707a39d..d35665b2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ if(Boost_FOUND) target_link_libraries(jngl PUBLIC Boost::headers) else() FetchContent_Declare(boost - URL https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.7z + URL https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_71_0.7z URL_HASH SHA256=1b3949ffddf56129141032542523920034f2e69775fb9332a52ba37c548dbf35) FetchContent_MakeAvailable(boost) FetchContent_GetProperties(boost SOURCE_DIR BOOST_SRC_DIR)