summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-06-19 17:44:24 (GMT)
committerBrad King <brad.king@kitware.com>2014-06-25 14:33:36 (GMT)
commitf48d8bd6f6bee4a24a3c716fc744f8dcdff7b399 (patch)
tree79027bea16ae4d6ed5543380686f155c83b82d76
parent7b0834e9bbe614670552036b14c7556a3c76c9a9 (diff)
downloadCMake-f48d8bd6f6bee4a24a3c716fc744f8dcdff7b399.zip
CMake-f48d8bd6f6bee4a24a3c716fc744f8dcdff7b399.tar.gz
CMake-f48d8bd6f6bee4a24a3c716fc744f8dcdff7b399.tar.bz2
cmTarget: Shorten a long line in ComputeLinkImplementation
Prepare to change its indentation without exceeding line length limit.
-rw-r--r--Source/cmTarget.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 5bb15f5..b418405 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -6640,9 +6640,8 @@ void cmTarget::ComputeLinkImplementation(const std::string& config,
if(!noMessage)
{
e << "Target \"" << this->GetName() << "\" links to itself.";
- this->Makefile->GetCMakeInstance()->IssueMessage(messageType,
- e.str(),
- this->GetBacktrace());
+ this->Makefile->GetCMakeInstance()->IssueMessage(
+ messageType, e.str(), this->GetBacktrace());
if (messageType == cmake::FATAL_ERROR)
{
return;