Skip to content

PCH: Fix REUSE_FROM in multi-config generators

Since !4201 (merged) the re-used PCH file object is added once for each configuration to flags used for all configurations. Put it in the flags for only the corresponding configuration instead.

Fixes: #20680 (closed)
Backport: release:HEAD^2
Topic-rename: pch-reuse-multi

Edited by Brad King

Merge request reports