GenEx: Return after error reported.

This commit is contained in:
Stephen Kelly 2012-10-04 00:32:22 +02:00 committed by Brad King
parent 4801eb6333
commit d70650d6c3
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}