mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
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
3 lines
60 B
CMake
3 lines
60 B
CMake
cmake_policy(SET CMP0109 OLD)
|
|
include(CMP0109-Common.cmake)
|