summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Languages/ExternalCUDA.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CUDA: Fix crash on linking to a CUDA target without CUDA enabledBrad King2018-12-051-0/+8
Do not try to device link or add CUDA runtime libraries if the language is not enabled. Fixes: #18673 Issue: #18614