diff options
Diffstat (limited to 'Source/cmSubdirCommand.h')
-rw-r--r-- | Source/cmSubdirCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSubdirCommand.h b/Source/cmSubdirCommand.h index fe7c392..c7cf1f2 100644 --- a/Source/cmSubdirCommand.h +++ b/Source/cmSubdirCommand.h @@ -53,7 +53,7 @@ public: */ virtual const char* GetTerseDocumentation() { - return "Add a list of subdirectories to the build."; + return "Deprecated. Use the ADD_SUBDIRECTORY() command instead."; } /** @@ -62,6 +62,7 @@ public: virtual const char* GetFullDocumentation() { return + "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 " |