summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeOnly/CheckLanguage
Commit message (Collapse)AuthorAgeFilesLines
* CheckLanguage: Report CMAKE_CUDA_HOST_COMPILER if needed for compilationRobert Maynard2019-06-031-1/+2
| | | | Fixes: #19013
* Add CheckLanguage moduleBrad King2012-02-081-0/+22
Define a "check_language(<lang>)" macro to test whether <lang> can be enabled. Cache the result in CMAKE_<lang>_COMPILER. Add a test case covering expected results.