Windows: update LZ4 to 1.7.5 and USBPcap to 1.2.0.1
[metze/wireshark/wip.git] / cmake / modules / FindLZ4.cmake
index cbcd2b4659e84f1d674cd2b0dc70d3c89e7cf244..a7f1265f62781a3315ab862e98263cd96e02c4f9 100644 (file)
@@ -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?