[Cmake-commits] CMake branch, next, updated. v3.2.2-3254-gef586dc

Brad King brad.king at kitware.com
Mon Jun 1 09:15:32 EDT 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  ef586dcdca725f32b803692730554430bb708290 (commit)
       via  9504d7a99bdb1a1c4b50ce8dc6ceced89f1fdb48 (commit)
      from  4bb795b709ebbd2b53d841bb810f4d1a7e6505aa (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=ef586dcdca725f32b803692730554430bb708290
commit ef586dcdca725f32b803692730554430bb708290
Merge: 4bb795b 9504d7a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 1 09:15:31 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 1 09:15:31 2015 -0400

    Merge topic 'doc-add_dependencies-no-install' into next
    
    9504d7a9 Help: Explicitly mention lack of 'install' support in add_dependencies


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9504d7a99bdb1a1c4b50ce8dc6ceced89f1fdb48
commit 9504d7a99bdb1a1c4b50ce8dc6ceced89f1fdb48
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 1 09:13:23 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Jun 1 09:13:23 2015 -0400

    Help: Explicitly mention lack of 'install' support in add_dependencies
    
    CMake-generated targets are not supported by add_dependencies.  State
    this explicitly and use 'install' as an example since this may be
    commonly attempted.

diff --git a/Help/command/add_dependencies.rst b/Help/command/add_dependencies.rst
index c3583cf..7a66143 100644
--- a/Help/command/add_dependencies.rst
+++ b/Help/command/add_dependencies.rst
@@ -10,7 +10,8 @@ Add a dependency between top-level targets.
 Make a top-level ``<target>`` depend on other top-level targets to
 ensure that they build before ``<target>`` does.  A top-level target
 is one created by one of the :command:`add_executable`,
-:command:`add_library`, or :command:`add_custom_target` commands.
+:command:`add_library`, or :command:`add_custom_target` commands
+(but not targets generated by CMake like ``install``).
 
 Dependencies added to an :ref:`imported target <Imported Targets>`
 or an :ref:`interface library <Interface Libraries>` are followed

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

Summary of changes:
 Help/command/add_dependencies.rst |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list