Merge topic 'tid-system-argument'

9b9a596 cmTarget: Fix property name typo in docs.
This commit is contained in:
Brad King 2013-07-26 09:01:22 -04:00 committed by CMake Topic Stage
commit 87402c995e
1 changed files with 1 additions and 1 deletions

View File

@ -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 "