summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/SymlinkTrees/common_symlinks-stdout.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Generalize RunCMake.SymlinkTrees implementationBrad King2022-02-241-4/+0
| | | | | | Accept paths to the source and binary directories as arguments. Prepare to support more ways of passing the source and binary directories to `cmake`.
* Restore handling of build directory inside a symlinked pathBrad King2020-07-021-0/+4
In commit dd8365b3f1 (Merge branch 'upstream-KWSys' into update-kwsys, 2020-04-06, v3.18.0-rc1~397^2) we imported KWSys commit `019afb6ea` (SystemTools: Drop GetCurrentWorkingDirectory 'collapse' argument, 2020-04-03). That caused `GetCurrentWorkingDirectory` to no longer send paths through the KWSys translation map and broke CMake's detection of the absolute path to a build directory containing a symbolic link. Add our own `cmSystemTools::GetCurrentWorkingDirectory` wrapper around the KWSys method in order to restore that mapping. Test-case-by: Ben Boeckel <ben.boeckel@kitware.com> Issue: #16228 Fixes: #20900