https://github.com/Kitware/CMake
Revision 183b9a9eca8bdf7684a6c281c677c58f3c0a66fd authored by Brad King on 31 October 2022, 16:11:18 UTC, committed by Brad King on 31 October 2022, 16:19:06 UTC
Under the CMP0141 NEW behavior added by commit 0e96a20478 (MSVC: Add
abstraction for debug information format, 2022-08-25, v3.25.0-rc1~142^2~1),
the `-Zi` and `-ZI` flags do not appear in `CMAKE_<LANG>_FLAGS_<CONFIG>`
anymore.  Teach the PCH REUSE_FROM implementation to recognize the
`EditAndContinue` and `ProgramDatabase` debug information formats
through the policy's new abstraction.

Fixes: #24106
1 parent 4d13f47
Raw File
Tip revision: 183b9a9eca8bdf7684a6c281c677c58f3c0a66fd authored by Brad King on 31 October 2022, 16:11:18 UTC
CMP0141: Fix PCH REUSE_FROM under policy NEW behavior
Tip revision: 183b9a9
.codespellrc
[codespell]
check-filenames =
check-hidden =
count =
# Disable warnings about binary files
quiet-level = 2
builtin = clear,rare,en-GB_to_en-US
skip = */.git,*/build,*/Copyright.txt,*/doxygen.config,*/Modules/Internal/CPack/NSIS.template.in,*/Source/CursesDialog/form/*,*/Source/kwsys/*,*/Tests/RunCMake/CPack/tests/DMG_SLA/German.*,*/Tests/RunCMake/ParseImplicitData/*.input,*/Utilities/cm*
ignore-words-list = aci,ake,ans,ba,cconfiguration,conly,dependees,dne,dum,earch,ect,filetest,fo,helpfull,hiden,isnt,keypair,nd,ned,nin,nknown,ot,pard,seh,ser,te,upto,varn,vas,wee
back to top