mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
The `FindCUDA` module has been deprecated since CMake 3.10. Add a policy to pretend it doesn't exist in order to encourage projects to port away from it.
7 lines
190 B
ReStructuredText
7 lines
190 B
ReStructuredText
FindCUDA-remove
|
|
---------------
|
|
|
|
* The :module:`FindCUDA` module has been fully deprecated via policy
|
|
:policy:`CMP0146`. Port projects to CMake's first-class ``CUDA``
|
|
language support.
|