diff options
author | Brad King <brad.king@kitware.com> | 2011-04-13 14:36:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-04-13 16:57:18 (GMT) |
commit | 4df119773c18280c0bb16fc87312c8144fc1c3f8 (patch) | |
tree | 348f5a9a426fde5d29021b9efc8b9038770b75c6 /Source/cmFindPackageCommand.h | |
parent | 3ec0119f43e2e001f3b96139b76b77b339a29b11 (diff) | |
download | CMake-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.h | 4 |
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; |