mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user