diff options
author | Brad King <brad.king@kitware.com> | 2021-01-14 18:41:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-01-14 18:44:50 (GMT) |
commit | 3115cc3895a9c5b928748a5188c7a035120d3260 (patch) | |
tree | d99f18b159ab4da522a2aa4075b6b83651e55c23 /Help | |
parent | 69dbaba6fb4f963cb76f25b4dd191f414c8b85ac (diff) | |
download | CMake-3115cc3895a9c5b928748a5188c7a035120d3260.zip CMake-3115cc3895a9c5b928748a5188c7a035120d3260.tar.gz CMake-3115cc3895a9c5b928748a5188c7a035120d3260.tar.bz2 |
Help: Fix layout of architecture/toolset fields in cmake-presets(7) manual
These two fields share common documentation and so should be a single
entry in the definition list.
Fixes: #21642
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-presets.7.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Help/manual/cmake-presets.7.rst b/Help/manual/cmake-presets.7.rst index d60f372..3ab0a62 100644 --- a/Help/manual/cmake-presets.7.rst +++ b/Help/manual/cmake-presets.7.rst @@ -134,8 +134,7 @@ that may contain the following fields: argument, you cannot include the platform name in the generator name. Use the ``architecture`` field instead. -``architecture`` -``toolset`` +``architecture``, ``toolset`` Optional fields representing the platform and toolset, respectively, for generators that support them. Each may be either a string or an object |