mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -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.
3 lines
76 B
CMake
3 lines
76 B
CMake
cmake_policy(SET CMP0146 NEW)
|
|
include(${CMAKE_ROOT}/Modules/FindCUDA.cmake)
|