> On Sat, Jun 06, 2009 at 07:43:00PM +0200, motes motes
> wrote:
> > Sorry for the confusion. My point was that when I
> downloaded zlib for
> > windows there was no file called 'z.lib'. I would like
> to know if anyone
> > knows where this z.lib file might be found.
Compile it yourself? zLib is far from complex. It is just ~15 files that
do not depend on anything. "zlib.lib" is a static version of this library.
And I would suggest to use FindZLIB script instead of just including
"z" or "zlib" in a list of dependencies.
Denis
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake