Skip to content

Commit 1e9d221

Browse files
committed
Bumped Hunter
1 parent c9a3c19 commit 1e9d221

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/generated/Hunter/config.cmake ${final_hun
1717

1818
include("cmake/HunterGate.cmake")
1919
HunterGate(
20-
URL "https://github.com/cpp-pm/hunter/archive/v0.23.258.tar.gz"
21-
SHA1 "062a19ab13ce8dffa9a882b6ce3e43bdabdf75d3"
20+
URL "https://github.com/cpp-pm/hunter/archive/v0.23.320.tar.gz"
21+
SHA1 "9b4e732afd22f40482c11ad6342f7d336634226f"
2222
FILEPATH ${CMAKE_CURRENT_BINARY_DIR}/generated/Hunter/config.cmake # Combined config
2323
)
2424

cmake/Hunter/config.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
hunter_config(
33
pybind11
44
VERSION "2.7.0"
5-
URL "https://github.com/pybind/pybind11/archive/refs/tags/v2.7.0.tar.gz"
6-
SHA1 "3a7010e5952c56e08c8f9b7d6fb458a173fd585a"
75
)

0 commit comments

Comments
 (0)