mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
Help: Add missing vendor field to the workflow presets docs
The JSON schema already allows a vendor field for workflow presets, but it was missed in the documentation. There is no change in behavior or support, this just fixes an oversight in the docs when the workflow presets were originally added.
This commit is contained in:
@@ -1057,6 +1057,12 @@ fields:
|
||||
a workflow preset may have the same name as a configure, build, test, or
|
||||
package preset.
|
||||
|
||||
``vendor``
|
||||
An optional map containing vendor-specific information. CMake does not
|
||||
interpret the contents of this field except to verify that it is a map
|
||||
if it does exist. However, it should follow the same conventions as the
|
||||
root-level ``vendor`` field.
|
||||
|
||||
``displayName``
|
||||
An optional string with a human-friendly name of the preset.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user