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