summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/IncludePathNoToolkit/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CUDA: Add include paths from nvcc SYSTEM_INCLUDES entryRobert Maynard2025-06-051-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 testsRobert Maynard2019-12-161-0/+8
Refined the initial design of FindCUDAToolkit and improve it by adding more library support, more toolkit information and tests.