Skip to content

Commit

Permalink
Merge pull request #7 from cassc/update
Browse files Browse the repository at this point in the history
update boost download path
  • Loading branch information
duytai authored Mar 24, 2022
2 parents eb690d4 + 9e8455d commit 73e52c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ hunter_config(
HTTP_CLIENT=NO
)

hunter_config(Boost VERSION 1.65.1)
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"
)

0 comments on commit 73e52c9

Please sign in to comment.