[Cmake-commits] CMake branch, next, updated. v3.1.1-2599-g20dca82

Stephen Kelly steveire at gmail.com
Wed Feb 4 15:57:00 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  20dca828e47efc9d01f6f7ead0a0691a142f3175 (commit)
       via  f9839c491ef926b71487345fdcc7054324587168 (commit)
       via  44d6f3ce0839ba0407dc095d1edc1f30e732b719 (commit)
      from  cd7e6690f95e3fb6c61bf2c0fdbd12880f55bb66 (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=20dca828e47efc9d01f6f7ead0a0691a142f3175
commit 20dca828e47efc9d01f6f7ead0a0691a142f3175
Merge: cd7e669 f9839c4
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Feb 4 15:56:59 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Feb 4 15:56:59 2015 -0500

    Merge topic 'update-docs' into next
    
    f9839c49 Help: Document build targets automatically added to console pool.
    44d6f3ce Help: Add some cross-linking.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f9839c491ef926b71487345fdcc7054324587168
commit f9839c491ef926b71487345fdcc7054324587168
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Feb 4 21:52:13 2015 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Feb 4 21:52:13 2015 +0100

    Help: Document build targets automatically added to console pool.

diff --git a/Help/prop_gbl/JOB_POOLS.rst b/Help/prop_gbl/JOB_POOLS.rst
index 98b9f7e..2ce74b8 100644
--- a/Help/prop_gbl/JOB_POOLS.rst
+++ b/Help/prop_gbl/JOB_POOLS.rst
@@ -18,3 +18,6 @@ Defined pools could be used globally by setting
 :variable:`CMAKE_JOB_POOL_COMPILE` and :variable:`CMAKE_JOB_POOL_LINK`
 or per target by setting the target properties
 :prop_tgt:`JOB_POOL_COMPILE` and :prop_tgt:`JOB_POOL_LINK`.
+
+Build targets provided by CMake that are meant for individual interactive
+use, such as ``install``, are placed in the ``console`` pool automatically.

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=44d6f3ce0839ba0407dc095d1edc1f30e732b719
commit 44d6f3ce0839ba0407dc095d1edc1f30e732b719
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Feb 4 21:52:00 2015 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Feb 4 21:52:00 2015 +0100

    Help: Add some cross-linking.

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.
diff --git a/Help/manual/cmake-packages.7.rst b/Help/manual/cmake-packages.7.rst
index fba1d61..3367ba4 100644
--- a/Help/manual/cmake-packages.7.rst
+++ b/Help/manual/cmake-packages.7.rst
@@ -358,7 +358,7 @@ and a ``cmake/ClimbingStatsConfig.cmake`` are installed to the same location,
 completing the package.
 
 The generated :prop_tgt:`IMPORTED` targets have appropriate properties set
-to define their usage requirements, such as
+to define their :ref:`usage requirements <Target Usage Requirements>`, such as
 :prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES`,
 :prop_tgt:`INTERFACE_COMPILE_DEFINITIONS` and other relevant built-in
 ``INTERFACE_`` properties.  The ``INTERFACE`` variant of user-defined

-----------------------------------------------------------------------

Summary of changes:
 Help/command/add_custom_command.rst |    2 +-
 Help/command/add_custom_target.rst  |    2 +-
 Help/manual/cmake-packages.7.rst    |    2 +-
 Help/prop_gbl/JOB_POOLS.rst         |    3 +++
 4 files changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list