diff options
author | Alex Neundorf <neundorf@kde.org> | 2012-02-20 21:09:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-02-28 14:58:01 (GMT) |
commit | f310f6729149551ca73a853789413f9a36f86ced (patch) | |
tree | 8de89817f444742742abf7c8025189e582233a3d /Source/cmFindPackageCommand.h | |
parent | 7d67dcf52bddcd8863f00d7bb6e6e7e22a966951 (diff) | |
download | CMake-f310f6729149551ca73a853789413f9a36f86ced.zip CMake-f310f6729149551ca73a853789413f9a36f86ced.tar.gz CMake-f310f6729149551ca73a853789413f9a36f86ced.tar.bz2 |
find_package: add MODULE mode to use only Find-modules
The new mode differ from default mode in that that it doesn't fallback
to config mode. The default mode stays unchanged.
Diffstat (limited to 'Source/cmFindPackageCommand.h')
-rw-r--r-- | Source/cmFindPackageCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFindPackageCommand.h b/Source/cmFindPackageCommand.h index 513c49c..560df9b 100644 --- a/Source/cmFindPackageCommand.h +++ b/Source/cmFindPackageCommand.h @@ -133,6 +133,7 @@ private: bool Quiet; bool Required; bool Compatibility_1_6; + bool UseConfigFiles; bool UseFindModules; bool NoUserRegistry; bool NoSystemRegistry; |