summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/Toolkit/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* FindCUDAToolkit: Support CUDA version extraction from version.jsonRobert Maynard2023-05-041-0/+14
| | | | Fixes: #24858
* FindCUDAToolkit: Support the new `nvJitLink` library in CUDA 12Robert Maynard2022-12-121-0/+3
|
* FindCUDAToolkit: Ensure that paths provided have no symlinksRobert Maynard2022-11-301-0/+5
| | | | Fixes: #24188
* CUDAToolkit: Add include paths for CUDA::cuptiPeter Bell2022-04-261-0/+6
| | | | | | | | CUDA's cupti library has its headers in a seperate directory on a standard CUDA install, but `CUDA::cupti` only adds the default cuda include directory. Issue: #22761
* FindCUDAToolkit: Robust version checks when CUDA lang is not enabledRobert Maynard2021-02-091-0/+4
| | | | | | Previously if you set `CMAKE_CUDA_COMPILER` but hadn't enabled the CUDA language, FindCUDAToolkit would not correctly compute the version information.
* CudaToolkit: Update for new/removed libraries in CUDA 11Robert Maynard2020-06-181-4/+18
|
* FindCUDAToolkit: correct searches for Toolkit componentsRobert Maynard2019-12-161-8/+1
|
* FindCUDAToolkit: Improve usage, library set, and testsRobert Maynard2019-12-161-0/+45
Refined the initial design of FindCUDAToolkit and improve it by adding more library support, more toolkit information and tests.