[Cmake-commits] CMake branch, next, updated. v2.8.7-3385-gccdc38e

David Cole david.cole at kitware.com
Mon Apr 2 10:05:16 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  ccdc38ec35cbb3658e7fc4a97ad7b4b54f279cd2 (commit)
       via  fa083753f14c11625375a44cd77d5f6c25e06c43 (commit)
       via  0454057f8ab90e1b7554f4f014575b9144cc75fc (commit)
       via  32daddf95023980d032ab58b1a6a5b246e4f55e2 (commit)
      from  db232079fc54545a73f82c82c91e64bf3df87efd (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=ccdc38ec35cbb3658e7fc4a97ad7b4b54f279cd2
commit ccdc38ec35cbb3658e7fc4a97ad7b4b54f279cd2
Merge: db23207 fa08375
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Mon Apr 2 10:05:14 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Apr 2 10:05:14 2012 -0400

    Merge topic 'clarify-suffix-docs' into next
    
    fa08375 CMake: Clarify SUFFIX target property documentation.
    0454057 KWSys Nightly Date Stamp
    32daddf KWSys Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fa083753f14c11625375a44cd77d5f6c25e06c43
commit fa083753f14c11625375a44cd77d5f6c25e06c43
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Mon Apr 2 10:00:27 2012 -0400
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Mon Apr 2 10:00:27 2012 -0400

    CMake: Clarify SUFFIX target property documentation.
    
    Make it clear that the property applies to libs, modules
    and exes, not just libs.

diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index a516cbc..cfa9976 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -847,9 +847,10 @@ void cmTarget::DefineProperties(cmake *cm)
 
   cm->DefineProperty
     ("SUFFIX", cmProperty::TARGET,
-     "What comes after the library name.",
+     "What comes after the target name.",
      "A target property that can be set to override the suffix "
-     "(such as \".so\") on a library name.");
+     "(such as \".so\" or \".exe\") on the name of a library, module or "
+     "executable.");
 
   cm->DefineProperty
     ("TYPE", cmProperty::TARGET,

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

Summary of changes:
 Source/cmTarget.cxx               |    5 +++--
 Source/kwsys/kwsysDateStamp.cmake |    4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list