Is there a way to instruct FindXXX modules to produce variables that
have different linking in debug and release?
I am producind a lib with suffix D (zlib) in an ExternalProjetAdd,
target.It gets installed correctly in debug (which is the default for VS
cmake--build)
This zlibD.lib does not get found when other projects subsequently
issues a find_package(ZLIB )
Are there Find modules that supports debug/release?
Any example of this usage pattern?
Thanks
Luigi
_______________________________________________
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