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

set(CTEST_PROJECT_NAME "CMake")
set(CTEST_NIGHTLY_START_TIME "21:00:00 EDT")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "open.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=CMake")
set(CTEST_DROP_SITE_CDASH TRUE)
back to top