diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-07-25 13:06:02 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-07-25 13:06:02 (GMT) |
commit | 9b9a5960045e28cfadf120df25c63d1193c295e2 (patch) | |
tree | b680768c519c34c938e6a6d5f72c8a3700d4fd7d | |
parent | 9cf3547e1cd56d42bc96c3dc3adf9f745faea5ee (diff) | |
download | CMake-9b9a5960045e28cfadf120df25c63d1193c295e2.zip CMake-9b9a5960045e28cfadf120df25c63d1193c295e2.tar.gz CMake-9b9a5960045e28cfadf120df25c63d1193c295e2.tar.bz2 |
cmTarget: Fix property name typo in docs.
-rw-r--r-- | Source/cmTarget.cxx | 2 |
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 " |