Skip to content

CheckLanguage: Fix forwarding of CMAKE_CUDA_HOST_COMPILER

Brad King requested to merge brad.king/cmake:CheckLanguage-cuda-host into master

Fix the condition added by !3407 (merged) to activate CUDA-specific logic. The old condition had worked in our test suite only by accident because the loop variable used in the test happened to be the name and value that the old condition used! Update the test to use a different name.

Fixes: #19013 (closed)
Backport: release

Merge request reports