GenEx: Return after error reported.
This commit is contained in:
parent
4801eb6333
commit
d70650d6c3
|
@ -288,6 +288,7 @@ static const struct TargetPropertyNode : public cmGeneratorExpressionNode
|
|||
<< target
|
||||
<< "\" not found.";
|
||||
reportError(context, content->GetOriginalExpression(), e.str());
|
||||
return std::string();
|
||||
}
|
||||
propertyName = parameters.at(1);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue