|
set(_hunter_boost_base_url "https://dl.bintray.com/boostorg/release") |
Boost link gives 502 which actually breaks following the quickstart guide. Looks like boost folks have moved and the base url on new boost links is something like
https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.gz instead of what hunter tries which is
https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.bz2
hunter/cmake/projects/Boost/hunter.cmake
Line 17 in 132dc3c
Boost link gives 502 which actually breaks following the quickstart guide. Looks like boost folks have moved and the base url on new boost links is something like
https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.gz instead of what hunter tries which is
https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.bz2