Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / return / CMP0140-WARN-stderr.txt
1 CMake Warning \(dev\) at CMP0140-WARN.cmake:[0-9]+ \(return\):
2   Policy CMP0140 is not set: The return\(\) command checks its arguments.  Run
3   "cmake --help-policy CMP0140" for policy details.  Use the cmake_policy
4   command to set the policy and suppress this warning.
5
6   return\(\) checks its arguments when the policy is set to NEW.  Since the
7   policy is not set the OLD behavior will be used so the arguments will be
8   ignored.
9 Call Stack \(most recent call first\):
10   CMP0140-WARN.cmake:[0-9]+ \(func\)
11   CMakeLists.txt:[0-9]+ \(include\)
12 This warning is for project developers.  Use -Wno-dev to suppress it.