summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMakePresets/GoodNoSCache.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix CMakePresets test in unusual environmentsMatthew Woehlke2022-08-191-0/+1
| | | | | | Tweak test in RunCMake/CMakePresets/GoodNoSCache.cmake to use the canonical directory for comparison. This avoids an effectively spurious test failure if the overall CMake build directory is a symlink.
* CMakePresets.json: Rework how --preset argument is handledKyle Edwards2020-10-261-0/+4
If a path argument with no -S or -B leads to a cache directory, use that directory as the binary directory. Otherwise, use the binary directory from the preset. Fixes: #21311