diff options
Diffstat (limited to 'Source/cmPropertyDefinition.cxx')
-rw-r--r-- | Source/cmPropertyDefinition.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmPropertyDefinition.cxx b/Source/cmPropertyDefinition.cxx index 9091f34..4a0a0bc 100644 --- a/Source/cmPropertyDefinition.cxx +++ b/Source/cmPropertyDefinition.cxx @@ -57,6 +57,11 @@ void cmPropertyDefinition break; case cmProperty::TEST: this->LongName += " on CTest"; break; + case cmProperty::VARIABLE: this->LongName += " as a variable"; + break; + case cmProperty::CACHED_VARIABLE: this->LongName += + " as a cached variable"; + break; } } |