Files
CMake/Modules
Robert Maynard d2be863b5e CUDA: Add include paths from nvcc SYSTEM_INCLUDES entry
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.
2025-06-05 10:53:12 -04:00
..
2023-05-22 16:51:15 -04:00
2024-10-25 08:43:04 -04:00
2023-11-17 09:58:21 -05:00
2024-12-21 17:50:25 +01:00
2024-12-21 17:50:25 +01:00
2024-12-21 17:50:25 +01:00
2024-12-02 13:25:54 -05:00
2024-01-16 11:57:53 -05:00

See the "Find Modules" section of the cmake-developer(7) manual page.

For more information about how to contribute modules to CMake, see this page:
https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/dev/Module-Maintainers