summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/E_remove_directory-symlink-dir-check.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Teach -E remove_directory to remove directory symlinksJon Chronopoulos2019-08-301-0/+6
If the argument to `remove_directory` is a symlink to a directory, remove the symlink instead. Issue: #19533