mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 04:10:05 -06: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)
|