I'm writing a FooConfig.cmake to support

find_package(Foo COMPONENTS A B C)

I see that Foo_FOUND is always TRUE no matter what I try to set to from FooConfig.cmake. How does a FooConfig.cmake tell the caller whether the components were all found? I can make my own variables, but I wanted to know if there was an official way to do this.

Thanks,
Clint

_______________________________________________
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

Reply via email to