mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
b966f86d86
Remove redundant variable CMAKE_NINJA_MULTI_CROSS_CONFIG_ENABLE. Rename other variables. Document and improve handling of error conditions.
8 lines
329 B
ReStructuredText
8 lines
329 B
ReStructuredText
CMAKE_NMC_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
|
|
the :generator:`Ninja Multi-Config` generator.
|
|
See the generator's documentation for more details.
|