mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 10:00:12 -05:00
Merge branch 'backport-3.9-autogen-moc-predefs-no-moc-options' into release-3.9
Merge-request: !1432
This commit is contained in:
@@ -1268,9 +1268,6 @@ bool cmQtAutoGenerators::MocGenerateAll(
|
||||
it != this->MocDefinitions.end(); ++it) {
|
||||
cmd.push_back("-D" + (*it));
|
||||
}
|
||||
// Add options
|
||||
cmd.insert(cmd.end(), this->MocOptions.begin(),
|
||||
this->MocOptions.end());
|
||||
// Execute command
|
||||
if (!this->RunCommand(cmd, output, false)) {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user