summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-27 16:21:59 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-01-27 16:21:59 (GMT)
commitef6d030c95e813ed368ac28b55110cb0f159df6b (patch)
treec5de6fd063fda578808ff5264e7d7c929e435637 /Help
parent4ef0f7f62f3944eed29031ab9878f7213c7dd402 (diff)
parentbbffaa0e6cf3802644453713e80a84345e96148b (diff)
downloadCMake-ef6d030c95e813ed368ac28b55110cb0f159df6b.zip
CMake-ef6d030c95e813ed368ac28b55110cb0f159df6b.tar.gz
CMake-ef6d030c95e813ed368ac28b55110cb0f159df6b.tar.bz2
Merge topic 'cmake-builtin-targets-use-ninja-terminal'
bbffaa0e Configure some CMake-provided targets with USES_TERMINAL (#14915)
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/console-pool.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/release/dev/console-pool.rst b/Help/release/dev/console-pool.rst
index 19c2f19..1d9bdb8 100644
--- a/Help/release/dev/console-pool.rst
+++ b/Help/release/dev/console-pool.rst
@@ -5,4 +5,6 @@ console-pool
commands learned a new ``USES_TERMINAL`` option to request that
the command be given direct access to the terminal if possible.
The :generator:`Ninja` generator will places such commands in the
- ``console`` pool.
+ ``console`` pool. Build targets provided by CMake that are meant
+ for individual interactive use, such as ``install``, are now
+ placed in this pool.