COMP: fix warning
This commit is contained in:
parent
c3c609ab03
commit
704ed70b1f
|
@ -167,7 +167,6 @@ void cmQTWrapUICommand::FinalPass()
|
||||||
cmCustomCommandLines cxxCommandLines;
|
cmCustomCommandLines cxxCommandLines;
|
||||||
cxxCommandLines.push_back(cxxCommand);
|
cxxCommandLines.push_back(cxxCommand);
|
||||||
|
|
||||||
std::vector<std::string> mocargs;
|
|
||||||
cmCustomCommandLine mocCommand;
|
cmCustomCommandLine mocCommand;
|
||||||
mocCommand.push_back(moc_exe);
|
mocCommand.push_back(moc_exe);
|
||||||
mocCommand.push_back("-o");
|
mocCommand.push_back("-o");
|
||||||
|
|
Loading…
Reference in New Issue