mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
2c146a7fc5
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.
9 lines
414 B
Plaintext
9 lines
414 B
Plaintext
^CMake Warning \(dev\) at CMP0146-WARN\.cmake:[0-9]+ \(include\):
|
|
Policy CMP0146 is not set: The FindCUDA module is removed\. Run "cmake
|
|
--help-policy CMP0146" for policy details\. Use the cmake_policy command to
|
|
set the policy and suppress this warning\.
|
|
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|
|
This warning is for project developers\. Use -Wno-dev to suppress it\.$
|