Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2021-07-15 14:44:22 +0300
committertamasmeszaros <meszaros.q@gmail.com>2021-07-26 14:16:01 +0300
commitd648f55f67942598cf8e55775a20059c0cc6d86a (patch)
tree2fbac6e967bb9a92f462cb6ab7bd1897166a312f /deps
parentf824d6ac4e16a771661def54cd833e96d9786d52 (diff)
Adapt to changed boost src urls
Diffstat (limited to 'deps')
-rw-r--r--deps/Boost/Boost.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/Boost/Boost.cmake b/deps/Boost/Boost.cmake
index 8d50e3185..db194ead7 100644
--- a/deps/Boost/Boost.cmake
+++ b/deps/Boost/Boost.cmake
@@ -119,7 +119,7 @@ set(_install_cmd ${_build_cmd} --prefix=${_prefix} install)
ExternalProject_Add(
dep_Boost
- URL "https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.tar.gz"
+ URL "https://boostorg.jfrog.io/artifactory/main/release/1.70.0/source/boost_1_70_0.tar.gz"
URL_HASH SHA256=882b48708d211a5f48e60b0124cf5863c1534cd544ecd0664bb534a4b5d506e9
DOWNLOAD_DIR ${DEP_DOWNLOAD_DIR}/Boost
CONFIGURE_COMMAND "${_bootstrap_cmd}"