summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-08-18 16:39:05 (GMT)
committerAlex Neundorf <neundorf@kde.org>2011-08-18 16:39:05 (GMT)
commit43869188af1648218d506555b2e6ac7e4a92494c (patch)
tree07a0a09c20aefab9b617024043a2f483fd98e1bf /Source
parent7d693108faa0df924944eb2b5ced210d735d75b1 (diff)
downloadCMake-43869188af1648218d506555b2e6ac7e4a92494c.zip
CMake-43869188af1648218d506555b2e6ac7e4a92494c.tar.gz
CMake-43869188af1648218d506555b2e6ac7e4a92494c.tar.bz2
Fix line length
Alex
Diffstat (limited to 'Source')
-rw-r--r--Source/cmake.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 8cadc4f..cc9dd8f 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -618,7 +618,8 @@ bool cmake::FindPackage(const std::vector<std::string>& args)
libIt != libList.end();
++libIt)
{
- mf->AddLinkLibraryForTarget(targetName, libIt->c_str(), cmTarget::GENERAL);
+ mf->AddLinkLibraryForTarget(targetName, libIt->c_str(),
+ cmTarget::GENERAL);
}