[Cmake-commits] CMake branch, next, updated. v2.8.5-1645-gfaa760c

Alexander Neundorf neundorf at kde.org
Thu Aug 18 12:35:21 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  faa760ca18092f4fc914b745099ad6ff593d0def (commit)
       via  43869188af1648218d506555b2e6ac7e4a92494c (commit)
      from  a3b24f6a5c03be672e4e148df3394546ba32a1bc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=faa760ca18092f4fc914b745099ad6ff593d0def
commit faa760ca18092f4fc914b745099ad6ff593d0def
Merge: a3b24f6 4386918
Author:     Alexander Neundorf <neundorf at kde.org>
AuthorDate: Thu Aug 18 12:35:10 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Aug 18 12:35:10 2011 -0400

    Merge topic 'UsingCMakeLikePkgConfig2' into next
    
    4386918 Fix line length


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=43869188af1648218d506555b2e6ac7e4a92494c
commit 43869188af1648218d506555b2e6ac7e4a92494c
Author:     Alex Neundorf <neundorf at kde.org>
AuthorDate: Thu Aug 18 18:39:05 2011 +0200
Commit:     Alex Neundorf <neundorf at kde.org>
CommitDate: Thu Aug 18 18:39:05 2011 +0200

    Fix line length
    
    Alex

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);
       }
 
 

-----------------------------------------------------------------------

Summary of changes:
 Source/cmake.cxx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list