mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -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
6 lines
189 B
ReStructuredText
6 lines
189 B
ReStructuredText
find_program-exe-no-read
|
|
------------------------
|
|
|
|
* The :command:`find_program` command now requires permission to execute
|
|
but not to read the file found. See policy :policy:`CMP0109`.
|