[CMake] FindZLIB.cmake
Alexander Neundorf
a.neundorf-work at gmx.net
Thu Jun 8 15:13:09 CEST 2006
> -------- Original-Nachricht --------
> Datum: Thu, 08 Jun 2006 14:26:49 +0200
> Von: "Peter Kümmel" <syntheticpp at gmx.net>
> An: kde-buildsystem at kde.org
> Betreff: [CMake] FindZLIB.cmake
>
> Why does the kdelibs version of
> FindZLIB.cmake only test for the
> header?
>
> Shouldn't it be:
>
> - IF (ZLIB_INCLUDE_DIR)
> + IF (ZLIB_INCLUDE_DIR AND ZLIB_LIBRARY)
> SET(ZLIB_FOUND TRUE)
>
> The naming of zlib from zlib.net for
> windows is zdll.lib:
>
> - set(POTENTIAL_Z_LIBS z zlib)
> + set(POTENTIAL_Z_LIBS z zlib zdll)
>
> CMAKE:
> Is the kdelibs version a candidate for the
> official cmake release?
Yes, I'll have a look.
Bye
Alex
--
Echte DSL-Flatrate dauerhaft für 0,- Euro*!
"Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl
More information about the Kde-buildsystem
mailing list