summaryrefslogtreecommitdiff
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-05-12 09:12:56 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2015-05-12 09:12:56 -0400
commit53bb51fc31ddfbc7c62598db1abdef3a1cdd45e7 (patch)
treec0050bfc45d0254104555d004786dbedfa012751 /Help/command
parent70d48e1287c8e91c4815573485c8acba0879df89 (diff)
parent226df303f955a8756cda7544f58242b52ea7ec2e (diff)
downloadcmake-53bb51fc31ddfbc7c62598db1abdef3a1cdd45e7.tar.gz
Merge topic 'ctest-no-make-i'
226df303 CTest: Stop telling 'make' to ignore errors with -i 28e7a135 Help: Fix build_command alternative signature docs 231601b6 build_command: Choose configuration consistently across signatures
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/build_command.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/command/build_command.rst b/Help/command/build_command.rst
index 82a9a42b9f..1298c1f8f7 100644
--- a/Help/command/build_command.rst
+++ b/Help/command/build_command.rst
@@ -19,7 +19,8 @@ Sets the given ``<variable>`` to a command-line string of the form::
where ``<cmake>`` is the location of the :manual:`cmake(1)` command-line
tool, and ``<config>`` and ``<target>`` are the values provided to the
``CONFIGURATION`` and ``TARGET`` options, if any. The trailing ``-- -i``
-option is added for Makefile generators.
+option is added for :ref:`Makefile Generators` if policy :policy:`CMP0061`
+is not set to ``NEW``.
When invoked, this ``cmake --build`` command line will launch the
underlying build system tool.
@@ -32,7 +33,7 @@ This second signature is deprecated, but still available for backwards
compatibility. Use the first signature instead.
It sets the given ``<cachevariable>`` to a command-line string as
-above but without the ``--config`` or ``--target`` options.
+above but without the ``--target`` option.
The ``<makecommand>`` is ignored but should be the full path to
msdev, devenv, nmake, make or one of the end user build tools
for legacy invocations.