Skip to content

cmake: Remove intermediate copy target

The intermediate target is always rebuilt on incremental builds which causes build log noise. By removing it, ninja will correctly print "ninja: no work to do." on incremental rebuilds as expected.

Merge request reports