mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ENH: fix compiler warning
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user