mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-30 12:54:19 +00:00
Extend the test added by commit f891a75d5c (Tests: Test CMakeTest*Compiler.cmake fallbacks, 2022-09-27) to cover more languages.
4 lines
133 B
CMake
4 lines
133 B
CMake
# Pretend the ABI check failed in order to force the fall-back test to run.
|
|
set(CMAKE_CUDA_ABI_COMPILED FALSE)
|
|
enable_language(CUDA)
|