Skip to content

Source: Remove redundant FileIsSymlink and FileIsDirectory checks

scivision requested to merge scivision/cmake:exists_resolve into master

PathExists does not resolve symlinks, so this is OK for use with broken symlinks, files, and directories.

KWSys FileExists(..., true) already checks a file is not a directory.

Topic-rename: remove-redundant-stat

Edited by Brad King

Merge request reports