summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-02-04 20:52:00 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-02-04 20:52:00 (GMT)
commit44d6f3ce0839ba0407dc095d1edc1f30e732b719 (patch)
treeb431c695198405f7abed79eaf4794afbc33ce71b /Help/command
parenteef9a476179dd91c69d30f937e742ea484436fc6 (diff)
downloadCMake-44d6f3ce0839ba0407dc095d1edc1f30e732b719.zip
CMake-44d6f3ce0839ba0407dc095d1edc1f30e732b719.tar.gz
CMake-44d6f3ce0839ba0407dc095d1edc1f30e732b719.tar.bz2
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.