From f282f999c35b7f56826444a4537493e7dcbe547b Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 14 Dec 2007 15:50:10 -0500 Subject: BUG: fix bug 6081 --- Source/cmListCommand.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/cmListCommand.h b/Source/cmListCommand.h index 735a41b..ff5ebc8 100644 --- a/Source/cmListCommand.h +++ b/Source/cmListCommand.h @@ -87,6 +87,11 @@ public: "REMOVE_AT will remove the items at the given indices.\n" "REVERSE reverses the contents of the list in-place.\n" "SORT sorts the list in-place alphabetically.\n" + "NOTE: A list in cmake is a ; separated group of strings. " + "To create a list the set command can be used. For example, " + "set(var a b c d e) creates a list with a;b;c;d;e, and " + "set(var \"a b c d e\") creates a string or a list with one " + "item in it." ; } -- cgit v0.12