cmTarget: Fix property name typo in docs.
This commit is contained in:
parent
9cf3547e1c
commit
9b9a596004
|
@ -843,7 +843,7 @@ void cmTarget::DefineProperties(cmake *cm)
|
||||||
CM_DOCUMENT_LANGUAGE_GENERATOR_EXPRESSIONS);
|
CM_DOCUMENT_LANGUAGE_GENERATOR_EXPRESSIONS);
|
||||||
|
|
||||||
cm->DefineProperty
|
cm->DefineProperty
|
||||||
("SYSTEM_INTERFACE_INCLUDE_DIRECTORIES", cmProperty::TARGET,
|
("INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", cmProperty::TARGET,
|
||||||
"List of public system include directories for a library.",
|
"List of public system include directories for a library.",
|
||||||
"Targets may populate this property to publish the include directories "
|
"Targets may populate this property to publish the include directories "
|
||||||
"which contain system headers, and therefore should not result in "
|
"which contain system headers, and therefore should not result in "
|
||||||
|
|
Loading…
Reference in New Issue