We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ba87e0 + 3acd554 commit 30945a5Copy full SHA for 30945a5
CMakeLists.txt
@@ -7,8 +7,8 @@ option(HUNTER_ENABLED "Enable Hunter package manager" OFF)
7
if(HUNTER_ENABLED)
8
include(cmake/HunterGate.cmake)
9
HunterGate(
10
- URL "https://github.com/cpp-pm/hunter/archive/v0.23.264.tar.gz"
11
- SHA1 "45ab668f0923fc3ace807a34d971e34ce7428dfd"
+ URL "https://github.com/cpp-pm/hunter/archive/v0.23.265.tar.gz"
+ SHA1 "eae0bb5b7b8aa968e0ff87ec51be51b4255db110"
12
)
13
endif()
14
0 commit comments