summaryrefslogtreecommitdiff
path: root/Source/cmPropertyDefinition.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-12-05 10:36:33 -0500
committerKen Martin <ken.martin@kitware.com>2006-12-05 10:36:33 -0500
commit0b7e1f53987dc5e95bbfb538e9feb840cd317ebd (patch)
treec09a92d9a3c8e4a9c49a0b6a8647130e4b5754bf /Source/cmPropertyDefinition.cxx
parentc2308e796f2b9ab68fc8e24189c1605cc1fad1ae (diff)
downloadcmake-0b7e1f53987dc5e95bbfb538e9feb840cd317ebd.tar.gz
ENH: fix compiler warning
Diffstat (limited to 'Source/cmPropertyDefinition.cxx')
-rw-r--r--Source/cmPropertyDefinition.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmPropertyDefinition.cxx b/Source/cmPropertyDefinition.cxx
index 817a0d6f2e..02b731bbe3 100644
--- a/Source/cmPropertyDefinition.cxx
+++ b/Source/cmPropertyDefinition.cxx
@@ -53,6 +53,10 @@ void cmPropertyDefinition
break;
case cmProperty::DIRECTORY: this->LongName += " on a directory";
break;
+ case cmProperty::GLOBAL: this->LongName += " globaly";
+ break;
+ case cmProperty::TEST: this->LongName += " on CTest";
+ break;
}
}