Skip to content

Clang: Do not embed windows manifests if none is specified

Brad King requested to merge brad.king/cmake:clang-manifest into master

Since !6534 (merged) we always pass the -Xlinker /MANIFEST:EMBED flag to the linker. This should be done only if we also have -Xlinker /MANIFESTINPUT: flags.

Issue: #22611 (closed)
Fixes: #23066 (closed)
Backport: release

Merge request reports