Skip to content

VS: Tell VS 16.4 not to verify CMake-provided custom command outputs

Brad King requested to merge brad.king/cmake:vs-16.4-global-targets into master

Extend the fix from !3860 (merged) to apply to outputs in CMake-provided targets like install. Simply mark these outputs as SYMBOLIC too since they are not actually generated.

Fixes: #19737 (closed)

Merge request reports