diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-07-28 18:43:04 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-07-28 18:43:04 (GMT) |
commit | 3d27a6a39114aa97422fb3a431262a35a6dc113d (patch) | |
tree | 3a036b11b26d71d2be366214d5c959430b076ebe /Source/cmSourceGroupCommand.h | |
parent | f7c9e258aee90eb372825d5ab89057935383e23b (diff) | |
download | CMake-3d27a6a39114aa97422fb3a431262a35a6dc113d.zip CMake-3d27a6a39114aa97422fb3a431262a35a6dc113d.tar.gz CMake-3d27a6a39114aa97422fb3a431262a35a6dc113d.tar.bz2 |
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSourceGroupCommand.h b/Source/cmSourceGroupCommand.h index 1dc1ba3..a7c87c5 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); |