We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae2791 commit 8929772Copy full SHA for 8929772
cmake/Hunter/init.cmake
@@ -8,7 +8,7 @@ set(HUNTER_USE_CACHE_SERVERS NO CACHE STRING "Download binaries from Hunter cach
8
include(HunterGate)
9
10
HunterGate(
11
- URL "https://github.com/cpp-pm/hunter/archive/v0.25.3.tar.gz"
12
- SHA1 "0dfbc2cb5c4cf7e83533733bdfd2125ff96680cb"
+ URL "https://github.com/cpp-pm/hunter/archive/v0.25.8.tar.gz"
+ SHA1 "26c79d587883ec910bce168e25f6ac4595f97033"
13
LOCAL
14
)
0 commit comments