From 9e8455d73e24d355c77990d60aa952c816ec7078 Mon Sep 17 00:00:00 2001 From: Chen Date: Wed, 23 Mar 2022 17:24:11 +0800 Subject: [PATCH] update boost lib path --- cmake/Hunter/config.cmake | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cmake/Hunter/config.cmake b/cmake/Hunter/config.cmake index 1eae22271..43d42b03d 100644 --- a/cmake/Hunter/config.cmake +++ b/cmake/Hunter/config.cmake @@ -17,4 +17,9 @@ hunter_config( HTTP_CLIENT=NO ) -hunter_config(Boost VERSION 1.65.1) \ No newline at end of file +HunterGate( + Boost + VERSION "1.65.1" + SHA1 "c066ac5c2f42fa2b870362c3c931ef73ffc6f24f" + URL "https://boostorg.jfrog.io/artifactory/main/release/1.65.1/source/boost_1_65_1.tar.gz" + )