diff options
author | Brad King <brad.king@kitware.com> | 2023-01-18 15:54:28 +0000 |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-01-18 10:54:38 -0500 |
commit | 4ad38700c9d1aa41bd8dc984215daafed0b94330 (patch) | |
tree | ace8d69eda96cc03d906bb85b7f0260e13327c2f /Help | |
parent | c15ce6048637d496245c892daa03d1c0ca1b5e08 (diff) | |
parent | ea54cce962c684c872081c7305a4776642442775 (diff) | |
download | cmake-4ad38700c9d1aa41bd8dc984215daafed0b94330.tar.gz |
Merge topic 'doc-CMAKE_CONFIGURATION_TYPES'
ea54cce962 Help: Document format of CMAKE_CONFIGURATION_TYPES list
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8081
Diffstat (limited to 'Help')
-rw-r--r-- | Help/variable/CMAKE_CONFIGURATION_TYPES.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_CONFIGURATION_TYPES.rst b/Help/variable/CMAKE_CONFIGURATION_TYPES.rst index 75ff8a12a7..887eb2f0ef 100644 --- a/Help/variable/CMAKE_CONFIGURATION_TYPES.rst +++ b/Help/variable/CMAKE_CONFIGURATION_TYPES.rst @@ -3,7 +3,8 @@ CMAKE_CONFIGURATION_TYPES Specifies the available build types (configurations) on multi-config generators (e.g. :ref:`Visual Studio <Visual Studio Generators>`, -:generator:`Xcode`, or :generator:`Ninja Multi-Config`). Typical values +:generator:`Xcode`, or :generator:`Ninja Multi-Config`) as a +:ref:`semicolon-separated list <CMake Language Lists>`. Typical entries include ``Debug``, ``Release``, ``RelWithDebInfo`` and ``MinSizeRel``, but custom build types can also be defined. |