mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Changes target namespace to CUDAToolkit to match module name. Adds ALIAS targets with the old CUDA:: namespace to maintain backwards compatibility. Issues: #27786
7 lines
213 B
ReStructuredText
7 lines
213 B
ReStructuredText
cuda-toolkit-namespace
|
|
----------------------
|
|
|
|
* The :module:`FindCUDAToolkit` module now creates ``CUDAToolkit::``
|
|
namespace targets and changes the existing ``CUDA::`` namespace targets
|
|
to be alias targets.
|