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
.hooks-config
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

# Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
# during git commit after local hooks have been installed.

[hooks "chain"]
	pre-commit = Utilities/Git/pre-commit
	commit-msg = Utilities/Git/commit-msg
	prepare-commit-msg = Utilities/Git/prepare-commit-msg
back to top