summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0152
Commit message (Collapse)AuthorAgeFilesLines
* file(REAL_PATH): resolve symlinks before '..' componentsRobert Maynard2023-07-209-0/+48
Previously REAL_PATH would collapse paths before resolving any symlinks so if `..` crossed a symlink the output from `REAL_PATH` would be wrong. It looked like REAL_PATH did this by mistake since it was a side-effect of ensuring we had an absolute path before resolving symlinks.