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:
Kyle Edwards
2020-02-26 13:22:32 -05:00
committed by Brad King
parent 93287e34bc
commit 7a63dafafb
12 changed files with 58 additions and 60 deletions
@@ -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
@@ -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
@@ -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