mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
sets variable now
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
* This is called when the command is first encountered in
|
||||
* the CMakeLists.txt file.
|
||||
*/
|
||||
virtual bool InitialPass(std::vector<std::string> const&) {return true;}
|
||||
virtual bool InitialPass(std::vector<std::string> const&);
|
||||
|
||||
/**
|
||||
* This is called at the end after all the information
|
||||
|
||||
Reference in New Issue
Block a user