Skip to content

Commit 30945a5

Browse files
authored
Merge pull request #1 from drodin/hunter-0.12
hunter updated to v0.23.265
2 parents 7ba87e0 + 3acd554 commit 30945a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ option(HUNTER_ENABLED "Enable Hunter package manager" OFF)
77
if(HUNTER_ENABLED)
88
include(cmake/HunterGate.cmake)
99
HunterGate(
10-
URL "https://github.com/cpp-pm/hunter/archive/v0.23.264.tar.gz"
11-
SHA1 "45ab668f0923fc3ace807a34d971e34ce7428dfd"
10+
URL "https://github.com/cpp-pm/hunter/archive/v0.23.265.tar.gz"
11+
SHA1 "eae0bb5b7b8aa968e0ff87ec51be51b4255db110"
1212
)
1313
endif()
1414

0 commit comments

Comments
 (0)