Files
CMake/Tests/RunCMake/find_program/CMP0109-WARN-stderr.txt
T
Brad King 9d45a8be08 find_program: Find programs that are executable but not readable
This fix was first made by commit 86e6349ef7 (find_program: Find
programs that are executable but not readable, 2020-04-04,
v3.18.0-rc1~372^2) but was reverted for compatibility.  Re-introduce it
with a policy for compatibility.

Fixes: #10468
2020-06-15 11:58:47 -04:00

30 lines
1.2 KiB
Plaintext

^CMake Warning \(dev\) 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-dev to suppress it.
+
CMake Warning \(dev\) 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-dev to suppress it.$