mirror of
https://github.com/reactos/CMake.git
synced 2025-01-10 13:41:20 +00:00
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
Block a user