mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
Also rename `..._DEFAULT_BUILD_FILE_CONFIG` to `..._DEFAULT_BUILD_TYPE`. These name changes make the variables meaningful for future use by other generators.
8 lines
313 B
ReStructuredText
8 lines
313 B
ReStructuredText
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
|
|
the :generator:`Ninja Multi-Config` generator.
|
|
See the generator's documentation for more details.
|