Files
CMake/Tests/RunCMake/CompilerTest/CUDA.cmake
Brad King 586c2ab4f1 Tests: Test more CMakeTest*Compiler.cmake fallbacks
Extend the test added by commit f891a75d5c (Tests: Test
CMakeTest*Compiler.cmake fallbacks, 2022-09-27) to cover more languages.
2022-09-29 09:26:23 -04:00

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)