| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CUDA: Add include paths from nvcc SYSTEM_INCLUDES entry | Robert Maynard | 2025-06-05 | 1 | -0/+4 |
| | | | | | | | | | | | Upcoming versions of nvcc are adding support for `SYSTEM_INCLUDES` which contain includes that are implicitly used with `-isystem` instead of `-I`. Support of this is needed in CMake as some CUDA Toolkit releases will start to have a different include directory layout and using only the output from `INCLUDES` will be insufficient to find all headers. | ||||
| * | FindCUDAToolkit: Improve usage, library set, and tests | Robert Maynard | 2019-12-16 | 1 | -0/+8 |
| Refined the initial design of FindCUDAToolkit and improve it by adding more library support, more toolkit information and tests. | |||||
