1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-01 11:26:52 +03:00

gzip: Fix zlib support.

This commit is contained in:
Andreas Schneider
2011-09-17 22:47:56 +02:00
parent 7202a26b6c
commit dc42a1757f
7 changed files with 12 additions and 16 deletions

View File

@ -147,10 +147,6 @@ if (GCRYPT_FOUND)
set(HAVE_LIBGCRYPT 1)
endif (GCRYPT_FOUND)
if (ZLIB_LIBRARY)
set(HAVE_LIBZ 1)
endif (ZLIB_LIBRARY)
if (CMAKE_HAVE_THREADS_LIBRARY)
if (CMAKE_USE_PTHREADS_INIT)
set(HAVE_PTHREAD 1)