CMP0109-WARN-stderr.txt 1.2 KB

1234567891011121314151617181920212223242526272829
  1. ^CMake Warning \(dev\) at CMP0109-Common.cmake:4 \(find_program\):
  2. Policy CMP0109 is not set: find_program\(\) requires permission to execute
  3. but not to read. Run "cmake --help-policy CMP0109" for policy details.
  4. Use the cmake_policy command to set the policy and suppress this warning.
  5. The file
  6. .*/Tests/RunCMake/find_program/CMP0109-WARN-build/ExeNoRead
  7. is executable but not readable. CMake is ignoring it for compatibility.
  8. Call Stack \(most recent call first\):
  9. CMP0109-WARN.cmake:1 \(include\)
  10. CMakeLists.txt:3 \(include\)
  11. This warning is for project developers. Use -Wno-dev to suppress it.
  12. +
  13. CMake Warning \(dev\) at CMP0109-Common.cmake:6 \(find_program\):
  14. Policy CMP0109 is not set: find_program\(\) requires permission to execute
  15. but not to read. Run "cmake --help-policy CMP0109" for policy details.
  16. Use the cmake_policy command to set the policy and suppress this warning.
  17. The file
  18. .*/Tests/RunCMake/find_program/CMP0109-WARN-build/ReadNoExe
  19. is readable but not executable. CMake is using it for compatibility.
  20. Call Stack \(most recent call first\):
  21. CMP0109-WARN.cmake:1 \(include\)
  22. CMakeLists.txt:3 \(include\)
  23. This warning is for project developers. Use -Wno-dev to suppress it.$