Files
cmake/Tests/RunCMake/CMakePresets/BuildInvalidInheritance.json.in
Richard 654a195d8b presets: Improve error diagnostics
Include the preset type when emitting generic error messages,
which avoids confusion over which preset is presenting problems
(e.g., if you you have a preset called "default" in each of the
configure, build, test, package and workflow preset types).

Include additional information about the specific error encountered
when processing a preset.

Fixes: #27774
2026-05-01 13:18:42 -04:00

12 lines
138 B
Plaintext

{
"version": 2,
"buildPresets": [
{
"name": "InvalidInheritance",
"inherits": [
"NoExist"
]
}
]
}