Philip Lowman wrote:
On Fri, Feb 27, 2009 at 7:11 PM, Clinton Stimpson <[email protected] <mailto:[email protected]>> wrote:


    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.


I'm not sure if this is official, but it's the closest thing I could find in Modules/readme.txt

XXX_YY_FOUND If False, optional YY part of XXX sytem is not available.

--
Philip Lowman

Thanks. There was that and a few other things I found in Modules/readme.txt that answered all my questions.
I was looking only at the online docs previously.

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