mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-11 20:11:10 -05:00
Help: Fix documentation for Ninja Multi-Config's build.ninja
This commit is contained in:
@@ -21,8 +21,7 @@ are intended to be run with ``ninja -f build-<Config>.ninja``. A
|
|||||||
|
|
||||||
``cmake --build . --config <Config>`` will always use ``build-<Config>.ninja``
|
``cmake --build . --config <Config>`` will always use ``build-<Config>.ninja``
|
||||||
to build. If no ``--config`` argument is specified, ``cmake --build .`` will
|
to build. If no ``--config`` argument is specified, ``cmake --build .`` will
|
||||||
default to ``build-Debug.ninja``, unless a ``build.ninja`` is generated (see
|
use ``build.ninja``.
|
||||||
below), in which case that will be used instead.
|
|
||||||
|
|
||||||
Each ``build-<Config>.ninja`` file contains ``<target>`` targets as well as
|
Each ``build-<Config>.ninja`` file contains ``<target>`` targets as well as
|
||||||
``<target>:<Config>`` targets, where ``<Config>`` is the same as the
|
``<target>:<Config>`` targets, where ``<Config>`` is the same as the
|
||||||
|
|||||||
Reference in New Issue
Block a user