Files
CMake/Help/variable/CMAKE_NMC_DEFAULT_CONFIGS.rst
T
Kyle Edwards b966f86d86 Ninja Multi-Config: Shuffle variables around
Remove redundant variable CMAKE_NINJA_MULTI_CROSS_CONFIG_ENABLE.
Rename other variables. Document and improve handling of error
conditions.
2020-02-03 13:27:51 -05:00

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.