I'm trying to use pkg_check_modules in my FindCMinPack script. How can I make
it find the .pc file?
find_package(PkgConfig)
pkg_check_modules(PC_CMINPACK cminpack>=${CMinPack_FIND_VERSION})
-->
Found PkgConfig: C:/dev/bin/pkg-config.exe (found version "0.26")
checking for module 'cminpack>=1.1.3'
package 'cminpack>=1.1.3' not found
Thanks,
Andreas
--
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