summaryrefslogtreecommitdiffstats
path: root/Source/cmSetPropertiesCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSetPropertiesCommand.h')
-rw-r--r--Source/cmSetPropertiesCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSetPropertiesCommand.h b/Source/cmSetPropertiesCommand.h
index 79c9394..ce85cbd 100644
--- a/Source/cmSetPropertiesCommand.h
+++ b/Source/cmSetPropertiesCommand.h
@@ -36,7 +36,7 @@ public:
/**
* The name of the command as specified in CMakeList.txt.
*/
- virtual const char* GetName() { return "SET_PROPERTIES";}
+ virtual const char* GetName() { return "set_properties";}
/**
* Succinct documentation.
@@ -52,7 +52,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- " SET_PROPERTIES(scope_value\n"
+ " set_properties(scope_value\n"
" PROPERTIES prop1 value1\n"
" prop2 value2 ...)\n"
"Set properties on something. The scope_value is either GLOBAL, "