diff options
author | scivision <scivision@users.noreply.github.com> | 2023-09-18 03:01:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-09-18 20:35:10 (GMT) |
commit | f5ff17fcf29170541805e7fc7f4a74252fe39b10 (patch) | |
tree | eef38695bb40d69488305fd618a85afb424a7e02 /Source/CTest | |
parent | d007eb70468437cb7a1f30d160f3b97263cbc087 (diff) | |
download | CMake-f5ff17fcf29170541805e7fc7f4a74252fe39b10.zip CMake-f5ff17fcf29170541805e7fc7f4a74252fe39b10.tar.gz CMake-f5ff17fcf29170541805e7fc7f4a74252fe39b10.tar.bz2 |
Source: Remove redundant FileIsSymlink checks
Replace `FileExists || FileIsSymlink` with `PathExists`.
The latter does not resolve symlinks, so this is OK for use
with broken symlinks, files, and directories.
Diffstat (limited to 'Source/CTest')
0 files changed, 0 insertions, 0 deletions