summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-07-26 13:01:22 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-07-26 13:01:22 (GMT)
commit87402c995ed2460deb2f39e02acf77a0bb57f263 (patch)
treeb27da4785499c1237fb15409ca0856cb9e7fa8c5 /Source
parentdda6e9366688332e592f5d269bf93f9732151d4d (diff)
parent9b9a5960045e28cfadf120df25c63d1193c295e2 (diff)
downloadCMake-87402c995ed2460deb2f39e02acf77a0bb57f263.zip
CMake-87402c995ed2460deb2f39e02acf77a0bb57f263.tar.gz
CMake-87402c995ed2460deb2f39e02acf77a0bb57f263.tar.bz2
Merge topic 'tid-system-argument'
9b9a596 cmTarget: Fix property name typo in docs.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmTarget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 0b3b785..b9dc423 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -873,7 +873,7 @@ void cmTarget::DefineProperties(cmake *cm)
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 "