Files
cmake/Tests/RunCMake/find_program/CMP0109-WARN-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

32 lines
1.3 KiB
Plaintext

^CMake Warning \(policy\) at CMP0109-Common\.cmake:4 \(find_program\):
Policy CMP0109 is not set: find_program\(\) requires permission to execute
but not to read\. Run "cmake --help-policy CMP0109" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
The file
.*/Tests/RunCMake/find_program/CMP0109-WARN-build/ExeNoRead
is executable but not readable\. CMake is ignoring it for compatibility\.
Call Stack \(most recent call first\):
CMP0109-WARN\.cmake:1 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers\. Use -Wno-author or -Wno-policy to
suppress it\.
+
CMake Warning \(policy\) at CMP0109-Common\.cmake:6 \(find_program\):
Policy CMP0109 is not set: find_program\(\) requires permission to execute
but not to read\. Run "cmake --help-policy CMP0109" for policy details\.
Use the cmake_policy command to set the policy and suppress this warning\.
The file
.*/Tests/RunCMake/find_program/CMP0109-WARN-build/ReadNoExe
is readable but not executable\. CMake is using it for compatibility\.
Call Stack \(most recent call first\):
CMP0109-WARN\.cmake:1 \(include\)
CMakeLists\.txt:3 \(include\)
This warning is for project developers\. Use -Wno-author or -Wno-policy to
suppress it\.$