Hi CMake developers,
I further investigated my problem that I get a warning message
from find_package which could not find the config file of an
optional package, even when called with NO_MODULE.

In cmFindPackageCommand.cxx, lines 811 - 822 the error messages
are printed out as AUTHOR_WARNINGs or WARNINGs. I'd expect to
find these verbose message in the CMakeError.log and that the
output simply contains a single line "-- Could NOT find <A>" -
at least if NO_MODULE is set.

Is there a reason to stick to the current behavior? Is it worth
to open a bug and/or provide a patch?

Best,
Christoph

--
People don't do Serious Work on Unix systems: they send jokes around the world on UUCP-net and write Adventure games and research papers.
[Ed Post]
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to