[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3379-g5b729c3

Stephen Kelly steveire at gmail.com
Thu Jul 25 09:07:52 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  5b729c32f51084f249844941290d1a1a323c189b (commit)
       via  9b9a5960045e28cfadf120df25c63d1193c295e2 (commit)
      from  d5edc9b3ee2556bb54e084696d23f03ce05a1357 (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=5b729c32f51084f249844941290d1a1a323c189b
commit 5b729c32f51084f249844941290d1a1a323c189b
Merge: d5edc9b 9b9a596
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Jul 25 09:07:50 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jul 25 09:07:50 2013 -0400

    Merge topic 'tid-system-argument' into next
    
    9b9a596 cmTarget: Fix property name typo in docs.

diff --cc Source/cmTarget.cxx
index be5c7a1,8d4d51b..a65592b
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@@ -870,10 -839,11 +870,10 @@@ void cmTarget::DefineProperties(cmake *
       "as $<TARGET_PROPERTY:foo,INTERFACE_INCLUDE_DIRECTORIES> to use the "
       "include directories specified in the interface of 'foo'."
       "\n"
 -     CM_DOCUMENT_COMMAND_GENERATOR_EXPRESSIONS
 -     CM_DOCUMENT_LANGUAGE_GENERATOR_EXPRESSIONS);
 +     CM_DOCUMENT_COMMAND_GENERATOR_EXPRESSIONS);
  
    cm->DefineProperty
-     ("SYSTEM_INTERFACE_INCLUDE_DIRECTORIES", cmProperty::TARGET,
+     ("INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", cmProperty::TARGET,
       "List of public system include directories for a library.",
       "Targets may populate this property to publish the include directories "
       "which contain system headers, and therefore should not result in "

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9b9a5960045e28cfadf120df25c63d1193c295e2
commit 9b9a5960045e28cfadf120df25c63d1193c295e2
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Jul 25 15:06:02 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Jul 25 15:06:02 2013 +0200

    cmTarget: Fix property name typo in docs.

diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 806f77c..8d4d51b 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -843,7 +843,7 @@ void cmTarget::DefineProperties(cmake *cm)
      CM_DOCUMENT_LANGUAGE_GENERATOR_EXPRESSIONS);
 
   cm->DefineProperty
-    ("SYSTEM_INTERFACE_INCLUDE_DIRECTORIES", cmProperty::TARGET,
+    ("INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", cmProperty::TARGET,
      "List of public system include directories for a library.",
      "Targets may populate this property to publish the include directories "
      "which contain system headers, and therefore should not result in "

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

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