Files
CMake/Help/release/dev/FindCUDA-remove.rst
Brad King 2c146a7fc5 FindCUDA: Add policy to remove this module
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.
2023-03-09 07:39:36 -05:00

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.