BUG: fix missing return value
This commit is contained in:
parent
1936242ad4
commit
f056de555d
@ -62,6 +62,7 @@ const char *cmTest::GetProperty(const char* prop) const
|
|||||||
{
|
{
|
||||||
return this->Makefile->GetProperty(prop,cmProperty::TEST);
|
return this->Makefile->GetProperty(prop,cmProperty::TEST);
|
||||||
}
|
}
|
||||||
|
return retVal;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool cmTest::GetPropertyAsBool(const char* prop) const
|
bool cmTest::GetPropertyAsBool(const char* prop) const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user