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?


Peter
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to