Asmodehn Shade <asmod...@...> writes:

> 
> Hi,First sorry if this has been addressed in the past but I could find any
reference to it...I am using a Module FindFoo.cmake.I know I am expecting it to
set FOO_FOUND and other variables such as FOO_INCLUDE_DIR, FOO_LIBRARIES, etc.My
question is : what is the exact operation that I should use to transform Foo in
FOO...I am having a problem now because I am writing a simple macro that takes
the name of the package, and then check the different variables after the
find_package() call.


That seems like something that should be documented here...
http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/readme.txt?root=CMake&view=markup

looking at /usr/share/cmake/Modules, the convention seems to be CamelCase with
ALL CAPS for abbreviations, though not all seem to follow to unified trend.

_______________________________________________
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