Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brad King
CMake
Commits
0e1cb07e
Commit
0e1cb07e
authored
Jun 14, 2013
by
Stephen Kelly
Browse files
Add missing return after error report.
parent
0bd82cb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmGeneratorExpressionEvaluator.cxx
View file @
0e1cb07e
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment