mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 09:09:43 -05:00
ENH: rename Invoke to InitialPass
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
* This is called when the command is first encountered in
|
||||
* the CMakeLists.txt file.
|
||||
*/
|
||||
virtual bool Invoke(std::vector<std::string>& args);
|
||||
virtual bool InitialPass(std::vector<std::string>& args);
|
||||
|
||||
/**
|
||||
* This is called at the end after all the information
|
||||
|
||||
Reference in New Issue
Block a user