summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/NVIDIA-DetermineCompiler.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CUDA: Add compiler detection for CUDA < 7.5Henry Schreiner2018-04-231-3/+5
| | | | | | | If the CUDA version macros are not defined, run `nvcc --version` and extract the version from its output. Fixes: #17920
* CUDA: Detect use of MSVC host compilerBrad King2017-01-121-1/+11
| | | | Report it in `CMAKE_CUDA_SIMULATE_{ID,VERSION}`.
* CUDA: Add basic CUDA language support for *NIX systems.Robert Maynard2016-11-141-0/+7