2007/4/20, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
module names are all listed in the modules directory.
How do I figure out what the package names to use
with FIND_PACKAGE are?

If the file is named

FindXXyy.cmake

you should use

FIND_PACKAGE(XXyy)

unless I'm wrong this case sensitivity is taken into account
i.e. upper/lower case should match the name.

--
Erk
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to