[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1319-g247490f

Stephen Kelly steveire at gmail.com
Wed Dec 26 12:20:40 EST 2012


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  247490f88bf154a91d6eba02390fb5a87e8e5855 (commit)
       via  208493d851e94346b7d489715b02140cce181df5 (commit)
      from  68c0aac9094a032b6a834ce8a546924d8eae2ddf (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=247490f88bf154a91d6eba02390fb5a87e8e5855
commit 247490f88bf154a91d6eba02390fb5a87e8e5855
Merge: 68c0aac 208493d
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Dec 26 12:20:37 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Dec 26 12:20:37 2012 -0500

    Merge topic 'iface-depends' into next
    
    208493d Fix line length.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=208493d851e94346b7d489715b02140cce181df5
commit 208493d851e94346b7d489715b02140cce181df5
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Dec 26 18:19:17 2012 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Dec 26 18:19:17 2012 +0100

    Fix line length.

diff --git a/Source/cmComputeTargetDepends.cxx b/Source/cmComputeTargetDepends.cxx
index d40a887..3b15ec1 100644
--- a/Source/cmComputeTargetDepends.cxx
+++ b/Source/cmComputeTargetDepends.cxx
@@ -247,7 +247,8 @@ void cmComputeTargetDepends::AddInterfaceDepends(int depender_index,
   if(cmTarget::LinkInterface const* iface =
                                 dependee->GetLinkInterface(config))
     {
-    for(std::vector<std::string>::const_iterator lib = iface->Libraries.begin();
+    for(std::vector<std::string>::const_iterator
+        lib = iface->Libraries.begin();
         lib != iface->Libraries.end(); ++lib)
       {
       // Don't emit the same library twice for this target.

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list