summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMakePresets/GoodNoSCache.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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