mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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.
3 lines
48 B
CMake
3 lines
48 B
CMake
cmake_policy(SET CMP0146 NEW)
|
|
include(FindCUDA)
|