summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorSylvain Joubert <joubert.sy@gmail.com>2015-01-24 18:42:31 (GMT)
committerBrad King <brad.king@kitware.com>2015-01-27 16:16:48 (GMT)
commitbbffaa0e6cf3802644453713e80a84345e96148b (patch)
tree24e1edc6f38198e48a80218314c4b8a7a6f7520b /Help
parent7fefb97ed770e8ac32729cf50be52e5c913bd7b7 (diff)
downloadCMake-bbffaa0e6cf3802644453713e80a84345e96148b.zip
CMake-bbffaa0e6cf3802644453713e80a84345e96148b.tar.gz
CMake-bbffaa0e6cf3802644453713e80a84345e96148b.tar.bz2
Configure some CMake-provided targets with USES_TERMINAL (#14915)
This will make them use the 'console' pool with the Ninja generator. Impacted targets are: - Built-in targets: install, install/local, install/strip, tests, package, package_source, rebuild_cache - Targets provided by the CTestTargets module: Nightly, Continuous, Experimental, and all their variants (*Start, *Configure, ...)
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.