Skip to content

cmake: Remove intermediate copy targets

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

These are always rebuilt causing build logs noise. Removing them causes ninja to print "ninja: no work to do." as expected on incremental builds when nothing changed.

Merge request reports