win32 compile / warnings--

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@658838 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Christian Ehrlicher
2007-04-28 16:17:30 +00:00
parent 3ae55e0864
commit 1d52e6f67c
4 changed files with 33 additions and 4 deletions

View File

@ -12,6 +12,7 @@ include(CheckTypeSize)
include(CheckCXXSourceCompiles)
#check for libz using the cmake supplied FindZLIB.cmake
FIND_PACKAGE(ZLIB REQUIRED)
IF(ZLIB_FOUND)
SET(HAVE_ZLIB 1)