Browse Source

Merge topic 'presets-docs-bug' into release-3.19

ca289abea5 Help: Fix presets typo (longDescription to displayName)

Acked-by: Kitware Robot <[email protected]>
Merge-request: !5541
Craig Scott 5 years ago
parent
commit
419ef63b7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Help/manual/cmake-presets.7.rst

+ 1 - 1
Help/manual/cmake-presets.7.rst

@@ -93,7 +93,7 @@ Format
       An optional array of strings representing the names of presets to inherit
       from. The preset will inherit all of the fields from the ``inherits``
       presets by default (except ``name``, ``hidden``, ``inherits``,
-      ``description``, and ``longDescription``), but can override them as
+      ``description``, and ``displayName``), but can override them as
       desired. If multiple ``inherits`` presets provide conflicting values for
       the same field, the earlier preset in the ``inherits`` list will be
       preferred. Presets in ``CMakePresets.json`` may not inherit from presets