summaryrefslogtreecommitdiff
path: root/Source/cmSourceGroupCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-07-28 14:43:04 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2003-07-28 14:43:04 -0400
commit3d27a6a39114aa97422fb3a431262a35a6dc113d (patch)
tree3a036b11b26d71d2be366214d5c959430b076ebe /Source/cmSourceGroupCommand.h
parentf7c9e258aee90eb372825d5ab89057935383e23b (diff)
downloadcmake-3d27a6a39114aa97422fb3a431262a35a6dc113d.tar.gz
ENH: put back old style call to SOURCE_GROUP, no need to break things for this
Diffstat (limited to 'Source/cmSourceGroupCommand.h')
-rw-r--r--Source/cmSourceGroupCommand.h3
1 files changed, 2 insertions, 1 deletions
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);