Files
CMake/Tests/RunCMake/include/CMP0146-WARN-stderr.txt
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

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\.$