mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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
12 lines
140 B
Plaintext
12 lines
140 B
Plaintext
{
|
|
"version": 6,
|
|
"packagePresets": [
|
|
{
|
|
"name": "InvalidInheritance",
|
|
"inherits": [
|
|
"NoExist"
|
|
]
|
|
}
|
|
]
|
|
}
|