diff options
author | Brad King <brad.king@kitware.com> | 2015-01-27 16:21:59 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-01-27 16:21:59 (GMT) |
commit | ef6d030c95e813ed368ac28b55110cb0f159df6b (patch) | |
tree | c5de6fd063fda578808ff5264e7d7c929e435637 /Help | |
parent | 4ef0f7f62f3944eed29031ab9878f7213c7dd402 (diff) | |
parent | bbffaa0e6cf3802644453713e80a84345e96148b (diff) | |
download | CMake-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.rst | 4 |
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. |