[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4145-g4efe901

Stephen Kelly steveire at gmail.com
Thu Sep 12 10:44:28 EDT 2013


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  4efe9018bdc5f005a6ed3a7e4eb8462bbfa925ed (commit)
       via  d1a5f1241d0ae347fff5bc9c776bf9dfb9209e51 (commit)
      from  7264fc148cab9bdbb4e3f3cf8135829f3d07000a (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=4efe9018bdc5f005a6ed3a7e4eb8462bbfa925ed
commit 4efe9018bdc5f005a6ed3a7e4eb8462bbfa925ed
Merge: 7264fc1 d1a5f12
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Sep 12 10:44:23 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Sep 12 10:44:23 2013 -0400

    Merge topic 'minor_cleanup' into next
    
    d1a5f12 cmTarget: Fix typo in comment.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d1a5f1241d0ae347fff5bc9c776bf9dfb9209e51
commit d1a5f1241d0ae347fff5bc9c776bf9dfb9209e51
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Sep 12 15:29:49 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Sep 12 16:43:05 2013 +0200

    cmTarget: Fix typo in comment.
    
    compatiblity -> compatibility

diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 147c332..d045d73 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -4115,7 +4115,7 @@ const char *cmTarget::GetProperty(const char* prop,
       }
     else
       {
-      // Support "<CONFIG>_LOCATION" for compatiblity.
+      // Support "<CONFIG>_LOCATION" for compatibility.
       int len = static_cast<int>(strlen(prop));
       if(len > 9 && strcmp(prop+len-9, "_LOCATION") == 0)
         {

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

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