aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2019-08-16 17:40:38 +0200
committerPascal Quantin <pascal@wireshark.org>2019-08-16 17:39:49 +0000
commit3eea735cc15f832c7c613048fc2a1b69f5192b5b (patch)
treed37c8147b10f9d4c131a7e110232b842648a75fe /cmake
parent32102247cefcdbf582131b4564aa8ccc46b741c2 (diff)
Windows: upgrade Npcap to 0.9982, USBPcap to 1.5.3.0 and nghttp2 to 1.39.2
Change-Id: I9dcff1c6714c6bbe211997195ff78537c334fdbd Reviewed-on: https://code.wireshark.org/review/34303 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindNGHTTP2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindNGHTTP2.cmake b/cmake/modules/FindNGHTTP2.cmake
index fa9f947972..6398bd998c 100644
--- a/cmake/modules/FindNGHTTP2.cmake
+++ b/cmake/modules/FindNGHTTP2.cmake
@@ -41,7 +41,7 @@ if( NGHTTP2_FOUND )
CACHE PATH "Path to nghttp2 DLL"
)
file( GLOB _nghttp2_dll RELATIVE "${NGHTTP2_DLL_DIR}"
- "${NGHTTP2_DLL_DIR}/libnghttp2-*.dll"
+ "${NGHTTP2_DLL_DIR}/nghttp2.dll"
)
set ( NGHTTP2_DLL ${_nghttp2_dll}
# We're storing filenames only. Should we use STRING instead?