Skip to content

VS: Restore support for PCH in CXX but not C within once target

Brad King requested to merge brad.king/cmake:vs-pch-one-lang into master

Fix logic from !5395 (merged) to explicitly disable PCH on sources that should not use the target-wide PCH rules.

Fixes: #21827 (closed)
Backport: release

Merge request reports