cmTarget: Fix property name typo in docs.

This commit is contained in:
Stephen Kelly 2013-07-25 15:06:02 +02:00
parent 9cf3547e1c
commit 9b9a596004
1 changed files with 1 additions and 1 deletions

View File

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