summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-03 12:07:15 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-06-03 12:07:21 (GMT)
commitdcadb290ad699640b82479b9154341270a249fee (patch)
treea0ebec5e235172da4d4719977fefdfeb732021b2
parent9f7c6a67e59ec83c01e699bb3651ba0fe070fbee (diff)
parentdbe3f8eee7c76493ab8488811fdab54881b3f5ee (diff)
downloadCMake-dcadb290ad699640b82479b9154341270a249fee.zip
CMake-dcadb290ad699640b82479b9154341270a249fee.tar.gz
CMake-dcadb290ad699640b82479b9154341270a249fee.tar.bz2
Merge topic 'ninja-multi-config-default-configs-doc'
dbe3f8eee7 Help: Clarify default value of CMAKE_CONFIGURATION_TYPES for NMC Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6184
-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