Hi,
On Windows side, I built a zlib library and created
a zlibConfig.cmake to go with it. The zlibConfig.cmake
contains the zlib_DEFINITIONS, zlib_LIBRARIES, zlib_INCLUDE_DIRS
so I don't have to worry
Now, in another project that uses zlib, FIND_PACKAGE(zlib)
uses Findzlib.cmake that comes with CMake. How can
I force it to use my zlibConfig.cmake instead?-- Artur Kedzierski
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
