[Cmake-commits] CMake branch, next, updated. v3.1.1-2377-g5da1636
Brad King
brad.king at kitware.com
Tue Jan 27 11:16:45 EST 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 5da1636116edaeda9bf32cd67de2bdfa543e743f (commit)
via f4d53ea06e2b1890ed7736f0cf90339e7f2efc84 (commit)
from 3c5ce70fa8c1b4f7e27045a37a4bf9478e466751 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5da1636116edaeda9bf32cd67de2bdfa543e743f
commit 5da1636116edaeda9bf32cd67de2bdfa543e743f
Merge: 3c5ce70 f4d53ea
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 27 11:16:44 2015 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 27 11:16:44 2015 -0500
Merge topic 'cmake-builtin-targets-use-ninja-terminal' into next
f4d53ea0 fixup! Configure some CMake-provided targets with USES_TERMINAL (#14915)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f4d53ea06e2b1890ed7736f0cf90339e7f2efc84
commit f4d53ea06e2b1890ed7736f0cf90339e7f2efc84
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 27 11:15:53 2015 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Jan 27 11:15:53 2015 -0500
fixup! Configure some CMake-provided targets with USES_TERMINAL (#14915)
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.
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/console-pool.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list