aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2011-01-01 16:15:33 +0100
committerAndreas Schneider <asn@cynapses.org>2011-01-01 20:53:55 +0100
commit93ce8e8ffd0ff6f7cef0fa2c83f0a017e042e647 (patch)
treec2540b840a51f5af405d1bb8e7a932977f5a0fbe /cmake/Modules
parent98bacf032f6bd6096faa8383bf6fe135d1d5b73a (diff)
downloadlibssh-93ce8e8ffd0ff6f7cef0fa2c83f0a017e042e647.tar.gz
libssh-93ce8e8ffd0ff6f7cef0fa2c83f0a017e042e647.tar.xz
libssh-93ce8e8ffd0ff6f7cef0fa2c83f0a017e042e647.zip
cmake: Added looking for zdll on Windows.
Diffstat (limited to 'cmake/Modules')
-rw-r--r--cmake/Modules/FindZLIB.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Modules/FindZLIB.cmake b/cmake/Modules/FindZLIB.cmake
index f0b969c6..9c941455 100644
--- a/cmake/Modules/FindZLIB.cmake
+++ b/cmake/Modules/FindZLIB.cmake
@@ -36,6 +36,7 @@ else (ZLIB_LIBRARIES AND ZLIB_INCLUDE_DIRS)
find_library(Z_LIBRARY
NAMES
z
+ zdll
zlib
zlib1
PATHS