mirror of
https://github.com/reactos/CMake.git
synced 2025-03-03 09:27:12 +00:00
Autogen: Don't add AUTOMOC_MOC_OPTIONS to moc-predefs command
Issue: #17418
This commit is contained in:
parent
ddeabf05d8
commit
978c98b7bd
@ -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)) {
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user