[CMake] re Find_Package

Eric Noulard eric.noulard at gmail.com
Fri Apr 20 17:46:02 EDT 2007


2007/4/20, dfeustel at mindspring.com <dfeustel at mindspring.com>:
> 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


More information about the CMake mailing list