[Cmake-commits] CMake branch, next, updated. v2.8.11.1-2921-gf140ad0

Stephen Kelly steveire at gmail.com
Tue Jul 2 11:00:40 EDT 2013


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  f140ad05bb8fcf0a2b57608b9f92b4e590b7244e (commit)
       via  68d16de2c907063bdc15faeac973561d37f49b53 (commit)
      from  3424a2d32f595b005b9aeb48d335ef860f2cf35b (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=f140ad05bb8fcf0a2b57608b9f92b4e590b7244e
commit f140ad05bb8fcf0a2b57608b9f92b4e590b7244e
Merge: 3424a2d 68d16de
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jul 2 11:00:38 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jul 2 11:00:38 2013 -0400

    Merge topic 'IMPORTED-build-dependencies' into next
    
    68d16de Add missing source change to add target depends.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=68d16de2c907063bdc15faeac973561d37f49b53
commit 68d16de2c907063bdc15faeac973561d37f49b53
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jul 2 16:59:44 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Jul 2 16:59:44 2013 +0200

    Add missing source change to add target depends.

diff --git a/Source/cmComputeTargetDepends.cxx b/Source/cmComputeTargetDepends.cxx
index 8fd95b9..0829add 100644
--- a/Source/cmComputeTargetDepends.cxx
+++ b/Source/cmComputeTargetDepends.cxx
@@ -282,6 +282,8 @@ void cmComputeTargetDepends::AddInterfaceDepends(int depender_index,
       if(emitted.insert(*lib).second)
         {
         this->AddTargetDepend(depender_index, lib->c_str(), true);
+        this->AddInterfaceDepends(depender_index, lib->c_str(),
+                                  true, emitted);
         }
       }
     }

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list