COMP: fix warning
This commit is contained in:
parent
16f1cc9b59
commit
ccfec633a8
|
@ -166,7 +166,6 @@ bool cmGetPropertyCommand
|
||||||
else if(this->InfoType == OutDefined)
|
else if(this->InfoType == OutDefined)
|
||||||
{
|
{
|
||||||
// Lookup if the property is defined
|
// Lookup if the property is defined
|
||||||
const char *value;
|
|
||||||
if(this->Makefile->GetCMakeInstance()->
|
if(this->Makefile->GetCMakeInstance()->
|
||||||
GetPropertyDefinition(this->PropertyName.c_str(), scope))
|
GetPropertyDefinition(this->PropertyName.c_str(), scope))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue