diff options
author | Brad King <brad.king@kitware.com> | 2023-01-17 15:24:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-01-17 15:24:32 (GMT) |
commit | ea54cce962c684c872081c7305a4776642442775 (patch) | |
tree | 705b56e275b02cfd317049019f9b4b08dd6f9704 | |
parent | 43c4faaf48220df719b8e2428ee0fcb8886169d3 (diff) | |
download | CMake-ea54cce962c684c872081c7305a4776642442775.zip CMake-ea54cce962c684c872081c7305a4776642442775.tar.gz CMake-ea54cce962c684c872081c7305a4776642442775.tar.bz2 |
Help: Document format of CMAKE_CONFIGURATION_TYPES list
Issue: #24327
-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 75ff8a1..887eb2f 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. |