summaryrefslogtreecommitdiff
path: root/Source/cmFindPackageCommand.h
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2012-02-20 22:09:10 +0100
committerBrad King <brad.king@kitware.com>2012-02-28 09:58:01 -0500
commitf310f6729149551ca73a853789413f9a36f86ced (patch)
tree8de89817f444742742abf7c8025189e582233a3d /Source/cmFindPackageCommand.h
parent7d67dcf52bddcd8863f00d7bb6e6e7e22a966951 (diff)
downloadcmake-f310f6729149551ca73a853789413f9a36f86ced.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFindPackageCommand.h b/Source/cmFindPackageCommand.h
index 513c49cc04..560df9b251 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;