From 88f5c6f32a6003d48ec8bef491d5e03648be3dee Mon Sep 17 00:00:00 2001 From: xrh1 Date: Sun, 3 Oct 2021 17:28:38 +0200 Subject: [PATCH] Fixed boost version in Hunter package manager's config.cmake file from 1.66.0 to 1.66.0-p0. Host cited in https://github.com/cpp-pm/hunter/blob/master/cmake/projects/Boost/hunter.cmake as boost_base_url is offline so also boost version 1.66.0 is offline as of now and the boost version has to be taken the repo cited in the link as p0 (meaning hunter patched version 0) --- cmake/Hunter/config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Hunter/config.cmake b/cmake/Hunter/config.cmake index 2b45ddb72e..85e7e53cb3 100644 --- a/cmake/Hunter/config.cmake +++ b/cmake/Hunter/config.cmake @@ -1,2 +1,2 @@ hunter_config(CURL VERSION ${HUNTER_CURL_VERSION} CMAKE_ARGS HTTP_ONLY=ON CMAKE_USE_OPENSSL=OFF CMAKE_USE_LIBSSH2=OFF CURL_CA_PATH=none) -hunter_config(Boost VERSION 1.66.0) +hunter_config(Boost VERSION 1.66.0-p0)