mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 01:19:31 -05:00
PCH: Add missing dependency of REUSE_FROM shared compiler PDB
Have the `copy_pdb_idb` script depend on the PCH file so that the shared compiler PDB is updated when the PCH is rebuilt. Fixes: #25240
This commit is contained in:
committed by
Brad King
parent
91585ad105
commit
37d994294b
@@ -649,7 +649,9 @@ private:
|
||||
bool AllAppleArchSysrootsAreTheSame(const std::vector<std::string>& archs,
|
||||
cmValue sysroot);
|
||||
|
||||
void CopyPchCompilePdb(const std::string& config, cmGeneratorTarget* target,
|
||||
void CopyPchCompilePdb(const std::string& config,
|
||||
const std::string& language,
|
||||
cmGeneratorTarget* target,
|
||||
const std::string& ReuseFrom,
|
||||
cmGeneratorTarget* reuseTarget,
|
||||
std::vector<std::string> const& extensions);
|
||||
|
||||
Reference in New Issue
Block a user