mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-09-04 04:42:09 +03:00
cmake: Added looking for zdll on Windows.
This commit is contained in:
@@ -36,6 +36,7 @@ else (ZLIB_LIBRARIES AND ZLIB_INCLUDE_DIRS)
|
|||||||
find_library(Z_LIBRARY
|
find_library(Z_LIBRARY
|
||||||
NAMES
|
NAMES
|
||||||
z
|
z
|
||||||
|
zdll
|
||||||
zlib
|
zlib
|
||||||
zlib1
|
zlib1
|
||||||
PATHS
|
PATHS
|
||||||
|
Reference in New Issue
Block a user