Files
CMake/Help/release/dev/find_program-exe-no-read.rst
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

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`.