summaryrefslogtreecommitdiffstats
path: root/Source/cmSubdirDependsCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSubdirDependsCommand.h')
-rw-r--r--Source/cmSubdirDependsCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSubdirDependsCommand.h b/Source/cmSubdirDependsCommand.h
index 4412f4a..4a1ca22 100644
--- a/Source/cmSubdirDependsCommand.h
+++ b/Source/cmSubdirDependsCommand.h
@@ -46,7 +46,7 @@ public:
/**
* The name of the command as specified in CMakeList.txt.
*/
- virtual const char* GetName() { return "SUBDIR_DEPENDS";}
+ virtual const char* GetName() { return "subdir_depends";}
/**
* Succinct documentation.
@@ -62,7 +62,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- " SUBDIR_DEPENDS(subdir dep1 dep2 ...)\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.";
}