Files
cmake/Tests/RunCMake/CMP0116/CMP0116-WARN-NOWARN-stderr.txt
Matthew Woehlke 028d3183ad Diagnostics: Add POLICY, EXPERIMENTAL
Add new diagnostic categories CMD_POLICY and CMD_EXPERIMENTAL, both as
children of CMD_AUTHOR. Use the former when issuing policy warnings. Use
the latter when issuing experimental feature warnings.
2026-05-15 09:57:23 -04:00

9 lines
418 B
Plaintext

^(CMake Warning \(policy\) at Subdirectory/CMakeLists\.txt:[0-9]+ \(add_custom_command\):
Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
add_custom_command\(\)\. Run "cmake --help-policy CMP0116" for policy
details\. Use the cmake_policy command to set the policy and suppress this
warning\.
This warning is for project developers\. Use -Wno-author or -Wno-policy to
suppress it\.
*)+$