From 7c7b94f21ffa6f3bda054d5e11bd09b13155c04e Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 13 Jan 2013 10:04:40 +0100 Subject: Document the use of generator expressions in new commands. --- Source/cmTargetIncludeDirectoriesCommand.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/cmTargetIncludeDirectoriesCommand.h') diff --git a/Source/cmTargetIncludeDirectoriesCommand.h b/Source/cmTargetIncludeDirectoriesCommand.h index c1957d6d93..90e039c4d1 100644 --- a/Source/cmTargetIncludeDirectoriesCommand.h +++ b/Source/cmTargetIncludeDirectoriesCommand.h @@ -73,6 +73,9 @@ public: "directories must be absolute paths, not relative paths. " "Repeated calls for the same append items in the order called." "\n" + "Arguments to target_include_directories may use \"generator " + "expressions\" with the syntax \"$<...>\". " + CM_DOCUMENT_COMMAND_GENERATOR_EXPRESSIONS ; } -- cgit v1.2.1