diff options
Diffstat (limited to 'Source/cmSubdirDependsCommand.h')
-rw-r--r-- | Source/cmSubdirDependsCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSubdirDependsCommand.h b/Source/cmSubdirDependsCommand.h index d84542e..06cc1dd 100644 --- a/Source/cmSubdirDependsCommand.h +++ b/Source/cmSubdirDependsCommand.h @@ -63,8 +63,8 @@ public: virtual const char* GetFullDocumentation() { return - "SUBDIR_DEPENDS(subdir dep1 dep2 ...)\n" - "Does not do anything. This command used to help projects order\n" + " SUBDIR_DEPENDS(subdir dep1 dep2 ...)\n" + "Does not do anything. This command used to help projects order " "parallel builds correctly. This functionality is now automatic."; } |