We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6543c commit 84a7f57Copy full SHA for 84a7f57
2 files changed
cmake/Hunter/config.cmake
@@ -14,9 +14,3 @@
14
# SHA1 1234567890abcdef1234567890abcdef12345678
15
# CMAKE_ARGS "CMAKE_VARIABLE=value"
16
# )
17
-
18
-hunter_config(lsquic
19
- URL https://github.com/qdrvm/lsquic/archive/b79ff5c4be9936089d32dc1bc2dac70d54651e80.zip
20
- SHA1 d628f8d7ec68ec33d7f404fbb7b433c62980aa13
21
- KEEP_PACKAGE_SOURCES
22
-)
cmake/Hunter/init.cmake
@@ -31,7 +31,7 @@ set(
31
include(${CMAKE_CURRENT_LIST_DIR}/HunterGate.cmake)
32
33
HunterGate(
34
- URL https://github.com/qdrvm/hunter/archive/refs/tags/v0.25.3-qdrvm22.zip
35
- SHA1 72b046fe42baefb968898e46f9442a7e9bc4e1b0
+ URL https://github.com/qdrvm/hunter/archive/refs/tags/v0.25.3-qdrvm23.zip
+ SHA1 3fb58496e599fa3d35e94d1810324c6b379029f1
36
LOCAL
37
)
0 commit comments