mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
STYLE: fix line lengths
This commit is contained in:
@@ -97,7 +97,8 @@ public:
|
||||
"Examples of recursive globbing include:\n"
|
||||
" /dir/*.py - match all python files in /dir and subdirectories\n"
|
||||
"MAKE_DIRECTORY will create a directory at the specified location\n"
|
||||
"RELATIVE_PATH will determine relative path from directory to the given file";
|
||||
"RELATIVE_PATH will determine relative path from directory to the given"
|
||||
" file";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmFileCommand, cmCommand);
|
||||
|
||||
Reference in New Issue
Block a user