ERR: Dummy InitialPass implementation must return a value.
This commit is contained in:
parent
4888c088ae
commit
be66f58157
|
@ -46,7 +46,7 @@ public:
|
||||||
* This is called when the command is first encountered in
|
* This is called when the command is first encountered in
|
||||||
* the CMakeLists.txt file.
|
* the CMakeLists.txt file.
|
||||||
*/
|
*/
|
||||||
virtual bool InitialPass(std::vector<std::string> const&) {}
|
virtual bool InitialPass(std::vector<std::string> const&) {return false;}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This determines if the command gets propagated down
|
* This determines if the command gets propagated down
|
||||||
|
|
Loading…
Reference in New Issue