mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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.
9 lines
418 B
Plaintext
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\.
|
|
*)+$
|