From ea54cce962c684c872081c7305a4776642442775 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 17 Jan 2023 10:24:32 -0500 Subject: Help: Document format of CMAKE_CONFIGURATION_TYPES list Issue: #24327 --- Help/variable/CMAKE_CONFIGURATION_TYPES.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 `, -:generator:`Xcode`, or :generator:`Ninja Multi-Config`). Typical values +:generator:`Xcode`, or :generator:`Ninja Multi-Config`) as a +:ref:`semicolon-separated list `. Typical entries include ``Debug``, ``Release``, ``RelWithDebInfo`` and ``MinSizeRel``, but custom build types can also be defined. -- cgit v0.12