COMP: fix warning
This commit is contained in:
parent
770d4a2fac
commit
0fe5f14c28
|
@ -43,8 +43,7 @@ public:
|
||||||
*/
|
*/
|
||||||
virtual bool InvokeInitialPass(const std::vector<cmListFileArgument>& args);
|
virtual bool InvokeInitialPass(const std::vector<cmListFileArgument>& args);
|
||||||
|
|
||||||
virtual bool InitialPass(std::vector<std::string> const& args)
|
virtual bool InitialPass(std::vector<std::string> const&) { return false; };
|
||||||
{ return false; };
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The name of the command as specified in CMakeList.txt.
|
* The name of the command as specified in CMakeList.txt.
|
||||||
|
|
Loading…
Reference in New Issue