> -------- Original-Nachricht -------- > Datum: Thu, 08 Jun 2006 14:26:49 +0200 > Von: "Peter Kümmel" <[EMAIL PROTECTED]> > An: [email protected] > 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 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
