summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2023-04-17 09:58:49 +0000
committerKitware Robot <kwrobot@kitware.com>2023-04-17 05:58:58 -0400
commitc648d7363d1aaafce19ed0a44331a0925db9a8e6 (patch)
tree85586c5cfb19aed919b3c91a8b31a3ef332ebe6a /Help
parentb79c444e53ff13265e500ba9eebdf4d22482be36 (diff)
parentdd8ac2f5ca26fc5c72462aeae606dda909fe04ba (diff)
downloadcmake-c648d7363d1aaafce19ed0a44331a0925db9a8e6.tar.gz
Merge topic 'doc-workflow-presets-vendor'
dd8ac2f5ca Help: Add missing vendor field to the workflow presets docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8419
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-presets.7.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/manual/cmake-presets.7.rst b/Help/manual/cmake-presets.7.rst
index 7794e45ce5..7aea8e6b9e 100644
--- a/Help/manual/cmake-presets.7.rst
+++ b/Help/manual/cmake-presets.7.rst
@@ -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.