[Cmake-commits] CMake branch, next, updated. v2.8.8-2797-g7b1f8a2

Brad King brad.king at kitware.com
Wed May 2 15:21:25 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  7b1f8a20333da3d3c982a6b3905e691f3867857a (commit)
       via  1aa52163efb2fa905e9d6d7b52b81e527416787b (commit)
      from  33a713f5b9c7eaac90df2282280f8e5cb66be721 (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=7b1f8a20333da3d3c982a6b3905e691f3867857a
commit 7b1f8a20333da3d3c982a6b3905e691f3867857a
Merge: 33a713f 1aa5216
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed May 2 15:21:23 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 2 15:21:23 2012 -0400

    Merge topic 'doc-NO_SONAME-typo' into next
    
    1aa5216 Fix a few typos in NO_SONAME property description.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1aa52163efb2fa905e9d6d7b52b81e527416787b
commit 1aa52163efb2fa905e9d6d7b52b81e527416787b
Author:     Modestas Vainius <modax at debian.org>
AuthorDate: Wed May 2 22:06:35 2012 +0300
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed May 2 15:14:05 2012 -0400

    Fix a few typos in NO_SONAME property description.

diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 4789197..c9bb006 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -832,7 +832,7 @@ void cmTarget::DefineProperties(cmake *cm)
      "plugins. If you use it on normal shared libraries which other targets "
      "link against, on some platforms a linker will insert a full path to "
      "the library (as specified at link time) into the dynamic section of "
-     "the dependant binary. Therefore, once installed, dynamic linker may "
+     "the dependent binary. Therefore, once installed, dynamic loader may "
      "eventually fail to locate the library for the binary.");
 
   cm->DefineProperty

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

Summary of changes:
 Source/cmTarget.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list