diff options
author | Craig Scott <craig.scott@crascit.com> | 2023-04-15 01:13:11 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2023-04-15 01:13:11 (GMT) |
commit | dd8ac2f5ca26fc5c72462aeae606dda909fe04ba (patch) | |
tree | 2143fad2d63ba4fcfa8af087e918481fdbe355eb /Help/manual | |
parent | 0991023c30ed5b83bcb1446b5bcc9c1eae028835 (diff) | |
download | CMake-dd8ac2f5ca26fc5c72462aeae606dda909fe04ba.zip CMake-dd8ac2f5ca26fc5c72462aeae606dda909fe04ba.tar.gz CMake-dd8ac2f5ca26fc5c72462aeae606dda909fe04ba.tar.bz2 |
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.
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-presets.7.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/manual/cmake-presets.7.rst b/Help/manual/cmake-presets.7.rst index 7794e45..7aea8e6 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. |