mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmDefinitions: Make the ClosureKeys method static.
For consistency with all other closure-related methods.
This commit is contained in:
@@ -44,8 +44,8 @@ public:
|
||||
/** Get the set of all local keys. */
|
||||
std::vector<std::string> LocalKeys() const;
|
||||
|
||||
std::vector<std::string>
|
||||
ClosureKeys(std::set<std::string>& bound) const;
|
||||
static std::vector<std::string> ClosureKeys(StackConstIter begin,
|
||||
StackConstIter end);
|
||||
|
||||
static cmDefinitions MakeClosure(StackConstIter begin, StackConstIter end);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user