Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CheckLanguage: Report CMAKE_CUDA_HOST_COMPILER if needed for compilation | Robert Maynard | 2019-06-03 | 1 | -1/+2 |
| | | | | Fixes: #19013 | ||||
* | Add CheckLanguage module | Brad King | 2012-02-08 | 1 | -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. |