mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
STYLE: fix docs
This commit is contained in:
@@ -68,8 +68,9 @@ 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. For backwards compatibility,"
|
||||
"this command is also supports the format SOURCE_GROUP(name regex).";
|
||||
"expression matches the file will be favored. For backwards "
|
||||
"compatibility, this command is also supports the format:\n"
|
||||
" SOURCE_GROUP(name regex)";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmSourceGroupCommand, cmCommand);
|
||||
|
||||
Reference in New Issue
Block a user