summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-02-05 14:25:16 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-02-05 14:25:16 (GMT)
commit02d031827d824e15e902b95f833b77ca7379bde4 (patch)
treee778fb6b373846fc4162dd78b60742866e20f471 /Help/command
parent9042c875dcbd0f4b7150e9050b60fb0d40365e45 (diff)
parentf9839c491ef926b71487345fdcc7054324587168 (diff)
downloadCMake-02d031827d824e15e902b95f833b77ca7379bde4.zip
CMake-02d031827d824e15e902b95f833b77ca7379bde4.tar.gz
CMake-02d031827d824e15e902b95f833b77ca7379bde4.tar.bz2
Merge topic 'update-docs'
f9839c49 Help: Document build targets automatically added to console pool. 44d6f3ce Help: Add some cross-linking.
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/add_custom_command.rst2
-rw-r--r--Help/command/add_custom_target.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst
index 1307a58..e646c56 100644
--- a/Help/command/add_custom_command.rst
+++ b/Help/command/add_custom_command.rst
@@ -147,7 +147,7 @@ The options are:
``USES_TERMINAL``
The command will be given direct access to the terminal if possible.
With the :generator:`Ninja` generator, this places the command in
- the ``console`` pool.
+ the ``console`` :prop_gbl:`pool <JOB_POOLS>`.
``VERBATIM``
All arguments to the commands will be escaped properly for the
diff --git a/Help/command/add_custom_target.rst b/Help/command/add_custom_target.rst
index 5134a70..82d69db 100644
--- a/Help/command/add_custom_target.rst
+++ b/Help/command/add_custom_target.rst
@@ -103,7 +103,7 @@ The options are:
``USES_TERMINAL``
The command will be given direct access to the terminal if possible.
With the :generator:`Ninja` generator, this places the command in
- the ``console`` pool.
+ the ``console`` :prop_gbl:`pool <JOB_POOLS>`.
``WORKING_DIRECTORY``
Execute the command with the given current working directory.