https://github.com/Kitware/CMake
Revision 899c8d7b21591bdada171dcab41db0aa0cf6b4da authored by Brad King on 31 January 2024, 19:08:32 UTC, committed by Brad King on 31 January 2024, 19:42:34 UTC
In commit 88c740462c (CUDA/Clang: Add support for MSVC ABI on Windows
using GNU-like frontend, 2024-01-17) we updated the message for the
existing check to mention CUDA, but neglected to update the check
itself.

Issue: #25648
1 parent 16b1f0c
Raw File
Tip revision: 899c8d7b21591bdada171dcab41db0aa0cf6b4da authored by Brad King on 31 January 2024, 19:08:32 UTC
CUDA/Clang: Fail early when mixing clang++ with cl on Windows
Tip revision: 899c8d7
.codespellrc
[codespell]
check-filenames =
check-hidden =
# Disable warnings about binary files
quiet-level = 2
builtin = clear,rare,en-GB_to_en-US
skip = */.git,*/build,*/Copyright.txt,*/CTestCustom.cmake.in,*/doxygen.config,*/Modules/Internal/CPack/NSIS.template.in,*/Source/CursesDialog/form/*,*/Source/kwsys/*,*/Tests/RunCMake/CPack/tests/DMG_SLA/German.*,*/Tests/RunCMake/ParseImplicitData/*.input,*/Tests/StringFileTest/test.utf8,*.pfx,*/Utilities/cm*
ignore-words-list = aci,ags,ake,ans,ba,ccompiler,cconfiguration,certi,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