1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

Help: Clarify default value of CMAKE_CONFIGURATION_TYPES for NMC

Fixes: #22266
This commit is contained in:
Kyle Edwards
2021-06-02 08:57:43 -04:00
parent cf470d8dac
commit dbe3f8eee7

View File

@@ -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