summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2021-06-02 12:57:43 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2021-06-02 12:57:43 (GMT)
commitdbe3f8eee7c76493ab8488811fdab54881b3f5ee (patch)
tree6e261398cdf5c8b0df299498df0f0a351831b6dd
parentcf470d8dac5abe956b7a0ec62afe2d93fb533336 (diff)
downloadCMake-dbe3f8eee7c76493ab8488811fdab54881b3f5ee.zip
CMake-dbe3f8eee7c76493ab8488811fdab54881b3f5ee.tar.gz
CMake-dbe3f8eee7c76493ab8488811fdab54881b3f5ee.tar.bz2
Help: Clarify default value of CMAKE_CONFIGURATION_TYPES for NMC
Fixes: #22266
-rw-r--r--Help/generator/Ninja Multi-Config.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/generator/Ninja Multi-Config.rst b/Help/generator/Ninja Multi-Config.rst
index 8901192..e5ce4f5 100644
--- a/Help/generator/Ninja Multi-Config.rst
+++ b/Help/generator/Ninja Multi-Config.rst
@@ -34,7 +34,9 @@ below for how to enable cross-config mode.
The ``Ninja Multi-Config`` generator recognizes the following variables:
:variable:`CMAKE_CONFIGURATION_TYPES`
- Specifies the total set of configurations to build.
+ Specifies the total set of configurations to build. Unlike with other
+ multi-config generators, this variable has a value of
+ ``Debug;Release;RelWithDebInfo`` by default.
:variable:`CMAKE_CROSS_CONFIGS`
Specifies a :ref:`semicolon-separated list <CMake Language Lists>` of