summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-04-13 14:36:45 (GMT)
committerBrad King <brad.king@kitware.com>2011-04-13 16:57:18 (GMT)
commit4df119773c18280c0bb16fc87312c8144fc1c3f8 (patch)
tree348f5a9a426fde5d29021b9efc8b9038770b75c6 /Source/cmFindPackageCommand.h
parent3ec0119f43e2e001f3b96139b76b77b339a29b11 (diff)
downloadCMake-4df119773c18280c0bb16fc87312c8144fc1c3f8.zip
CMake-4df119773c18280c0bb16fc87312c8144fc1c3f8.tar.gz
CMake-4df119773c18280c0bb16fc87312c8144fc1c3f8.tar.bz2
find_package: Rename implementation of user package registry
Rename {Registry => UserRegistry} in names associated specifically with the user package registry and not registry access in general.
Diffstat (limited to 'Source/cmFindPackageCommand.h')
-rw-r--r--Source/cmFindPackageCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmFindPackageCommand.h b/Source/cmFindPackageCommand.h
index 19d2b10..a76b25c 100644
--- a/Source/cmFindPackageCommand.h
+++ b/Source/cmFindPackageCommand.h
@@ -87,7 +87,7 @@ private:
void AddPrefixesCMakeEnvironment();
void AddPrefixesCMakeVariable();
void AddPrefixesSystemEnvironment();
- void AddPrefixesRegistry();
+ void AddPrefixesUserRegistry();
void AddPrefixesBuilds();
void AddPrefixesCMakeSystemVariable();
void AddPrefixesUserGuess();
@@ -132,7 +132,7 @@ private:
bool Required;
bool Compatibility_1_6;
bool NoModule;
- bool NoRegistry;
+ bool NoUserRegistry;
bool NoBuilds;
bool DebugMode;
bool UseLib64Paths;