I have a project which generates a project-config.cmake file and a 
project-config-version.cmake file in the relevant place,
When another project tries to find_package it, I receive this message from cmake

"
  Found package configuration file:

    /Users/biddisco/build/cmakesuper/xxx/xxx-config.cmake

  but it set xxx_FOUND to FALSE so package “xxx" is
  considered to be NOT FOUND.
“

Which is not expected. If I set xxx_FOUND in the config, it goes away, but I 
was under the impression that the cmake find_package command itself should set 
the xxx_FOUND internally and not be done by the user.

Is the find_package command trying to tell me something by showing this message?

Thanks

JB
-- 

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://public.kitware.com/mailman/listinfo/cmake

Reply via email to