summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMakePresets/ListPresets.json.in
Commit message (Collapse)AuthorAgeFilesLines
* CMakePresets.json: Make --list-presets show presets with no generatorKyle Edwards2021-07-061-1/+4
| | | | Fixes: #22389
* CMakePresets.json: Properly report macro expansion errorsKyle Edwards2020-10-211-1/+1
| | | | | | | | Make a distinction between strings which simply use the $vendor{<...>} macro, which is valid but makes it unusable by CMake, and strings which actually contain invalid macro expansions. Fixes: #21308
* CMake: Add presets functionalityKyle Edwards2020-10-051-0/+36