mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-08 16:50:48 +00:00
COMP: fix warning
This commit is contained in:
@@ -166,7 +166,6 @@ bool cmGetPropertyCommand
|
||||
else if(this->InfoType == OutDefined)
|
||||
{
|
||||
// Lookup if the property is defined
|
||||
const char *value;
|
||||
if(this->Makefile->GetCMakeInstance()->
|
||||
GetPropertyDefinition(this->PropertyName.c_str(), scope))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user