Skip to content

cmake: Remove intermediate target for kirigamiplugin post-build steps

Daan De Meyer requested to merge daandemeyer/kirigami:noop-incremental into master

Intermediate target was constantly being rebuilt causing build logs noise. Instead, just list kirigamiplugin as the target for the custom command directly which fixes the problem. Custom command still gets correctly rerun whenever kirigamiplugin is rebuilt.

Merge request reports