[Cmake-commits] CMake branch, next, updated. v2.8.7-3439-g4b7a92a

Brad King brad.king at kitware.com
Mon Apr 9 09:05:50 EDT 2012


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  4b7a92a3bf30b7bc866fa18f042167ac8fb89077 (commit)
       via  ebf39cd306d23599d958c039ca15ed97fbe4256e (commit)
      from  6668ef86590a6577be9d46f935a695ddc5ebfa06 (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=4b7a92a3bf30b7bc866fa18f042167ac8fb89077
commit 4b7a92a3bf30b7bc866fa18f042167ac8fb89077
Merge: 6668ef8 ebf39cd
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Apr 9 09:05:49 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Apr 9 09:05:49 2012 -0400

    Merge topic 'doc-target_link_libraries-repeat' into next
    
    ebf39cd Document behavior of multiple target_link_libraries calls (#13113)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ebf39cd306d23599d958c039ca15ed97fbe4256e
commit ebf39cd306d23599d958c039ca15ed97fbe4256e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Apr 9 08:53:32 2012 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Apr 9 08:53:32 2012 -0400

    Document behavior of multiple target_link_libraries calls (#13113)
    
    State explicitly that multiple calls append (rather than replace).

diff --git a/Source/cmTargetLinkLibrariesCommand.h b/Source/cmTargetLinkLibrariesCommand.h
index be866c3..63114d2 100644
--- a/Source/cmTargetLinkLibrariesCommand.h
+++ b/Source/cmTargetLinkLibrariesCommand.h
@@ -64,7 +64,8 @@ public:
       "Specify libraries or flags to use when linking a given target.  "
       "The named <target> must have been created in the current directory "
       "by a command such as add_executable or add_library.  "
-      "The remaining arguments specify library names or flags."
+      "The remaining arguments specify library names or flags.  "
+      "Repeated calls for the same <target> append items in the order called."
       "\n"
       "If a library name matches that of another target in the project "
       "a dependency will automatically be added in the build system to make "

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

Summary of changes:
 Source/cmTargetLinkLibrariesCommand.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list