summaryrefslogtreecommitdiff
path: root/Source/cmDefinePropertyCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmDefinePropertyCommand.h')
-rw-r--r--Source/cmDefinePropertyCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmDefinePropertyCommand.h b/Source/cmDefinePropertyCommand.h
index 0cc1f310a7..5da7b343a0 100644
--- a/Source/cmDefinePropertyCommand.h
+++ b/Source/cmDefinePropertyCommand.h
@@ -36,7 +36,7 @@ public:
/**
* The name of the command as specified in CMakeList.txt.
*/
- virtual const char* GetName() { return "DEFINE_PROPERTY";}
+ virtual const char* GetName() { return "define_property";}
/**
* Succinct documentation.
@@ -52,7 +52,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- " DEFINE_PROPERTY(property_name scope_value\n"
+ " define_property(property_name scope_value\n"
" short_description\n"
" full_description inherit)\n"
"Define a property for a scope. scope_value is either GLOBAL, "