Add missing return after error report.

This commit is contained in:
Stephen Kelly 2013-06-14 15:45:12 +02:00
parent 0bd82cb1a7
commit 0e1cb07e84
1 changed files with 1 additions and 0 deletions

View File

@ -429,6 +429,7 @@ static const struct LinkLanguageNode : public cmGeneratorExpressionNode
reportError(context, content->GetOriginalExpression(),
"$<LINK_LANGUAGE> may only be used with targets. It may not "
"be used with add_custom_command.");
return std::string();
}
const char *lang = target->GetLinkerLanguage(context->Config);