mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
Ninja Multi-Config: Remove "NMC" from variable names
Also rename `..._DEFAULT_BUILD_FILE_CONFIG` to `..._DEFAULT_BUILD_TYPE`. These name changes make the variables meaningful for future use by other generators.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
CMAKE_NMC_CROSS_CONFIGS
|
||||
-------------------------------
|
||||
CMAKE_CROSS_CONFIGS
|
||||
-------------------
|
||||
|
||||
Specifies a :ref:`semicolon-separated list <CMake Language Lists>` of
|
||||
configurations available from all ``build-<Config>.ninja`` files in the
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
CMAKE_NMC_DEFAULT_BUILD_FILE_CONFIG
|
||||
-------------------------------------------
|
||||
CMAKE_DEFAULT_BUILD_TYPE
|
||||
------------------------
|
||||
|
||||
Specifies the configuration to use by default in a ``build.ninja`` file in the
|
||||
:generator:`Ninja Multi-Config` generator. See the generator's documentation
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
CMAKE_NMC_DEFAULT_CONFIGS
|
||||
---------------------------------
|
||||
CMAKE_DEFAULT_CONFIGS
|
||||
---------------------
|
||||
|
||||
Specifies a :ref:`semicolon-separated list <CMake Language Lists>` of configurations
|
||||
to build for a target in ``build.ninja`` if no ``:<Config>`` suffix is specified in
|
||||
Reference in New Issue
Block a user