diff options
Diffstat (limited to 'Source/cmDefinePropertyCommand.h')
-rw-r--r-- | Source/cmDefinePropertyCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDefinePropertyCommand.h b/Source/cmDefinePropertyCommand.h index 125296f..95aa0ab 100644 --- a/Source/cmDefinePropertyCommand.h +++ b/Source/cmDefinePropertyCommand.h @@ -56,7 +56,8 @@ public: " short_description\n" " full_description chain)\n" "Define a property for a scope. The scope_value is either GLOBAL " - "DIRECTORY, TARGET, TEST, SOURCE_FILE. The short and full " + "DIRECTORY, TARGET, TEST, SOURCE_FILE, VARIABLE, CACHED_VARIABLE. " + "The short and full " "descriptions are used to document the property, chain indicates " "if that property chains such that a request for the property " "on a target will chain up to the directory if it is not set on the " |