summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2017-05-11 21:15:28 +0200
committerMichael Mann <mmann78@netscape.net>2017-05-12 03:07:31 +0000
commit46ef2dabfda873fcad35c57b9de75da598d4b5a3 (patch)
tree44eeb40c85b124a1ed5654ad2313f5a2ad37d57e /cmake
parentd2e7e0b5196b166d96c4eaa154d2a06e71dcee1f (diff)
downloadwireshark-46ef2dabfda873fcad35c57b9de75da598d4b5a3.tar.gz
Windows: update LZ4 to 1.7.5 and USBPcap to 1.2.0.1
Change-Id: I02eb4c255a0794b650f566abdadcac16e97196af Reviewed-on: https://code.wireshark.org/review/21609 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindLZ4.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindLZ4.cmake b/cmake/modules/FindLZ4.cmake
index cbcd2b4659..a7f1265f62 100644
--- a/cmake/modules/FindLZ4.cmake
+++ b/cmake/modules/FindLZ4.cmake
@@ -41,7 +41,7 @@ if( LZ4_FOUND )
CACHE PATH "Path to LZ4 DLL"
)
file( GLOB _lz4_dll RELATIVE "${LZ4_DLL_DIR}"
- "${LZ4_DLL_DIR}/liblz4-*.dll"
+ "${LZ4_DLL_DIR}/liblz4*.dll"
)
set ( LZ4_DLL ${_lz4_dll}
# We're storing filenames only. Should we use STRING instead?