summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMakePresets/UnknownToolsetStrategy-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* presets: Improve JSON parser and error messagesMartin Duffy2023-03-291-1/+4
|
* CMakePresets.json: Split cmakeGeneratorConfig fieldKyle Edwards2020-10-221-0/+2
Make this field separate for both architecture and toolset. Allow architecture and toolset to be either strings or objects with value and strategy fields. Fixes: #21317