Skip to content

autogen: Don't include SKIP_AUTOMOC files in depfile

Kyle Edwards requested to merge kyle.edwards/cmake:ninja-automoc-cycle into master

SKIP_AUTOMOC files should not be included in moc processing, which means they shouldn't be included in the depfile either. Remove them.

Fixes: #21977 (closed)
Backport: release

Edited by Kyle Edwards

Merge request reports