From 9b9a5960045e28cfadf120df25c63d1193c295e2 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 25 Jul 2013 15:06:02 +0200 Subject: [PATCH] cmTarget: Fix property name typo in docs. --- Source/cmTarget.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 806f77c34..8d4d51b68 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 "