ENH: fix compiler warning

This commit is contained in:
Ken Martin 2006-12-05 10:36:33 -05:00
parent c2308e796f
commit 0b7e1f5398
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}
}