Skip to content
Snippets Groups Projects
Commit 8d611938 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

FindLZ4: search for static Windows libraries as well

Fixes: #17314
parent 67c05660
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@ find_path(LZ4_INCLUDE_DIR
DOC "lz4 include directory")
mark_as_advanced(LZ4_INCLUDE_DIR)
find_library(LZ4_LIBRARY
NAMES lz4
NAMES lz4 liblz4
DOC "lz4 library")
mark_as_advanced(LZ4_LIBRARY)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment