cmTarget: Shorten a long line in ComputeLinkImplementation
Prepare to change its indentation without exceeding line length limit.
This commit is contained in:
parent
7b0834e9bb
commit
f48d8bd6f6
|
@ -6640,9 +6640,8 @@ void cmTarget::ComputeLinkImplementation(const std::string& config,
|
||||||
if(!noMessage)
|
if(!noMessage)
|
||||||
{
|
{
|
||||||
e << "Target \"" << this->GetName() << "\" links to itself.";
|
e << "Target \"" << this->GetName() << "\" links to itself.";
|
||||||
this->Makefile->GetCMakeInstance()->IssueMessage(messageType,
|
this->Makefile->GetCMakeInstance()->IssueMessage(
|
||||||
e.str(),
|
messageType, e.str(), this->GetBacktrace());
|
||||||
this->GetBacktrace());
|
|
||||||
if (messageType == cmake::FATAL_ERROR)
|
if (messageType == cmake::FATAL_ERROR)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue