diff options
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 acdcd36..7c11128 100644 --- a/Source/cmSubdirCommand.h +++ b/Source/cmSubdirCommand.h @@ -63,7 +63,7 @@ public: virtual const char* GetFullDocumentation() { return - "SUBDIRS(dir1 dir2 ...)\n" + " SUBDIRS(dir1 dir2 ...)\n" "Add a list of subdirectories to the build. " "This will cause any CMakeLists.txt files in the sub directories " "to be processed by CMake."; |