summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-07-25 13:06:02 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-07-25 13:06:02 (GMT)
commit9b9a5960045e28cfadf120df25c63d1193c295e2 (patch)
treeb680768c519c34c938e6a6d5f72c8a3700d4fd7d
parent9cf3547e1cd56d42bc96c3dc3adf9f745faea5ee (diff)
downloadCMake-9b9a5960045e28cfadf120df25c63d1193c295e2.zip
CMake-9b9a5960045e28cfadf120df25c63d1193c295e2.tar.gz
CMake-9b9a5960045e28cfadf120df25c63d1193c295e2.tar.bz2
cmTarget: Fix property name typo in docs.
-rw-r--r--Source/cmTarget.cxx2
1 files changed, 1 insertions, 1 deletions
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 "