mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
ENH: fix compiler warning
This commit is contained in:
parent
c2308e796f
commit
0b7e1f5398
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user