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.
36 lines
971 B
Plaintext
36 lines
971 B
Plaintext
CMake Warning \(policy\) at CMP0085-WARN\.cmake:[0-9]+ \(file\):
|
|
Policy CMP0085 is not set: \$<IN_LIST:\.\.\.> handles empty list items\. Run
|
|
"cmake --help-policy CMP0085" for policy details\. Use the cmake_policy
|
|
command to set the policy and suppress this warning\.
|
|
|
|
Search Item:
|
|
|
|
""
|
|
|
|
List:
|
|
|
|
""
|
|
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|
|
This warning is for project developers\. Use -Wno-author or -Wno-policy to
|
|
suppress it\.
|
|
|
|
CMake Warning \(policy\) at CMP0085-WARN\.cmake:[0-9]+ \(file\):
|
|
Policy CMP0085 is not set: \$<IN_LIST:\.\.\.> handles empty list items\. Run
|
|
"cmake --help-policy CMP0085" for policy details\. Use the cmake_policy
|
|
command to set the policy and suppress this warning\.
|
|
|
|
Search Item:
|
|
|
|
""
|
|
|
|
List:
|
|
|
|
";a"
|
|
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|
|
This warning is for project developers\. Use -Wno-author or -Wno-policy to
|
|
suppress it\.
|