diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-01-25 17:05:55 -0500 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-01-25 17:05:55 -0500 |
commit | d67ccb828da40598e3098a1812f25c13af2d3e84 (patch) | |
tree | b41db629ed3bc2c30f225a4c60496f588339e298 /Source/cmSubdirCommand.h | |
parent | bd531d3fae559666746e4072858ab404bed6107c (diff) | |
download | cmake-d67ccb828da40598e3098a1812f25c13af2d3e84.tar.gz |
BUG: remove early ;
Diffstat (limited to 'Source/cmSubdirCommand.h')
-rw-r--r-- | Source/cmSubdirCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSubdirCommand.h b/Source/cmSubdirCommand.h index c7cf1f2859..d46edd74f5 100644 --- a/Source/cmSubdirCommand.h +++ b/Source/cmSubdirCommand.h @@ -62,7 +62,7 @@ public: virtual const char* GetFullDocumentation() { return - "Add a list of subdirectories to the build.\n"; + "Add a list of subdirectories to the build.\n" " SUBDIRS(dir1 dir2 ..." "[EXCLUDE_FROM_ALL exclude_dir1 exclude_dir2 ...] [PREORDER] )\n" "Add a list of subdirectories to the build. The ADD_SUBDIRECTORY " |