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 retVal;
|
||||
}
|
||||
|
||||
bool cmTest::GetPropertyAsBool(const char* prop) const
|
||||
|
|
Loading…
Reference in New Issue