Skip to content

PCH: Fixed Ninja Multi-Config and REUSE_FROM for MSVC

Cristian Adam requested to merge cristianadam/cmake:nmc-reuse-from into master

The copy_idb_pdb.cmake script would be executed for every configuration for all configurations.

Debug would still want to get the RelWithDebInfo files, and the other way around.

Fixes: #21983 (closed)
Backport: release

Merge request reports

Loading