[Cmake-commits] CMake branch, master, updated. v2.8.11.2-598-g87402c9
Brad King
brad.king at kitware.com
Fri Jul 26 09:01:24 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, master has been updated
via 87402c995ed2460deb2f39e02acf77a0bb57f263 (commit)
via 9b9a5960045e28cfadf120df25c63d1193c295e2 (commit)
from dda6e9366688332e592f5d269bf93f9732151d4d (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=87402c995ed2460deb2f39e02acf77a0bb57f263
commit 87402c995ed2460deb2f39e02acf77a0bb57f263
Merge: dda6e93 9b9a596
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Jul 26 09:01:22 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jul 26 09:01:22 2013 -0400
Merge topic 'tid-system-argument'
9b9a596 cmTarget: Fix property name typo in docs.
diff --cc Source/cmTarget.cxx
index 0b3b785,8d4d51b..b9dc423
--- 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 "
-----------------------------------------------------------------------
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