mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-09-02 17:21:15 +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
|
||||
NAMES
|
||||
z
|
||||
zdll
|
||||
zlib
|
||||
zlib1
|
||||
PATHS
|
||||
|
Reference in New Issue
Block a user