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:
@@ -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
|
||||
|
Reference in New Issue
Block a user