summaryrefslogtreecommitdiffstats
path: root/Modules/FindBoost.cmake
diff options
context:
space:
mode:
authorVladimir Menshakov <vladimir.menshakov@gmail.com>2020-04-04 16:16:18 (GMT)
committerBrad King <brad.king@kitware.com>2020-04-09 12:08:50 (GMT)
commit86e6349ef7356866704ab2a5aa439fd4d201cdd5 (patch)
tree2f6c88b8041508d8b6dc01d7caee764de18a387a /Modules/FindBoost.cmake
parentdf543e37f1c60919c98bb11494458e5dedd72c11 (diff)
downloadCMake-86e6349ef7356866704ab2a5aa439fd4d201cdd5.zip
CMake-86e6349ef7356866704ab2a5aa439fd4d201cdd5.tar.gz
CMake-86e6349ef7356866704ab2a5aa439fd4d201cdd5.tar.bz2
find_program: Find programs that are executable but not readable
`find_program` internally uses `cmSystemTools::FileExists` which calls `access(R_OK)` instead of `access(X_OK)`. Use `cmSystemTools::IsFileExecutable` instead to fix this issue. An example of such a program is `sudo`. Fixes: #10468
Diffstat (limited to 'Modules/FindBoost.cmake')
0 files changed, 0 insertions, 0 deletions