We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7669632 commit f270bceCopy full SHA for f270bce
thirdparty/npcap/npcap_make_available.cmake
@@ -1,6 +1,6 @@
1
if (NOT DEFINED NPCAP_SDK_ARCHIVE_URL)
2
- set(NPCAP_SDK_ARCHIVE_URL "https://npcap.com/dist/npcap-sdk-1.13.zip")
3
- set(NPCAP_SDK_ARCHIVE_HASH "MD5=2067b3975763ddf61d4114d28d9d6c9b")
+ set(NPCAP_SDK_ARCHIVE_URL "https://npcap.com/dist/npcap-sdk-1.15.zip")
+ set(NPCAP_SDK_ARCHIVE_HASH "MD5=9b89766c22d20b74bf56777821f89fe3")
4
endif()
5
6
include(FetchContent)
0 commit comments