mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
c456b09513
In the case where the current path is a symlink to a directory, a trailing slash causes the link to be dereferenced, which means that any subsequent `FileIsSymlink` on it will return false. Fixes: #21886