From 3d27a6a39114aa97422fb3a431262a35a6dc113d Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 28 Jul 2003 14:43:04 -0400 Subject: ENH: put back old style call to SOURCE_GROUP, no need to break things for this --- Source/cmSourceGroupCommand.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/cmSourceGroupCommand.h') diff --git a/Source/cmSourceGroupCommand.h b/Source/cmSourceGroupCommand.h index 1dc1ba3849..a7c87c5935 100644 --- a/Source/cmSourceGroupCommand.h +++ b/Source/cmSourceGroupCommand.h @@ -78,7 +78,8 @@ public: "be placed in this group. If a file matches multiple groups, the LAST " "group that explicitly lists the file will be favored, if any. If no " "group explicitly lists the file, the LAST group whose regular " - "expression matches the file will be favored."; + "expression matches the file will be favored. For backwards compatibility," + "this command is also supports the format SOURCE_GROUP(name regex)."; } cmTypeMacro(cmSourceGroupCommand, cmCommand); -- cgit v1.2.1