mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
STYLE: fix line length
This commit is contained in:
@@ -62,8 +62,8 @@ public:
|
||||
virtual const char* GetFullDocumentation()
|
||||
{
|
||||
return
|
||||
" SUBDIRS(dir1 dir2 ...[EXCLUDE_FROM_ALL exclude_dir1 exclude_dir2 ...]"
|
||||
" [PREORDER] )\n"
|
||||
" SUBDIRS(dir1 dir2 ..."
|
||||
"[EXCLUDE_FROM_ALL exclude_dir1 exclude_dir2 ...] [PREORDER] )\n"
|
||||
"Add a list of subdirectories to the build. The ADD_SUBDIRECTORY "
|
||||
"command should be used instead of SUBDIRS although SUBDIRS will "
|
||||
"still work. "
|
||||
|
||||
Reference in New Issue
Block a user