summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_program/CMP0109-WARN-stderr.txt
blob: 202fc6def83a2c42c488cf05b52e6baee7bf14ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
^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.$