[Cmake-commits] CMake branch, next, updated. v2.8.7-2917-gc8ce42d

Brad King brad.king at kitware.com
Mon Feb 27 11:59:09 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  c8ce42de587a06242b7db0df2159208f76703cd0 (commit)
       via  0764e3e44eedb34444a51f5ee280fa0f3d9cce7a (commit)
      from  61a7e7f50c77c62e0170124def21edefe728922e (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=c8ce42de587a06242b7db0df2159208f76703cd0
commit c8ce42de587a06242b7db0df2159208f76703cd0
Merge: 61a7e7f 0764e3e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Feb 27 11:59:06 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Feb 27 11:59:06 2012 -0500

    Merge topic 'simplify-GetRealDependency' into next
    
    0764e3e GetRealDependency: Remove unreachable code introduced by parent


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0764e3e44eedb34444a51f5ee280fa0f3d9cce7a
commit 0764e3e44eedb34444a51f5ee280fa0f3d9cce7a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Feb 27 11:57:35 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Feb 27 11:58:43 2012 -0500

    GetRealDependency: Remove unreachable code introduced by parent

diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index ea48dd1..501fe61 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -1902,11 +1902,8 @@ bool cmLocalGenerator::GetRealDependency(const char* inName,
       case cmTarget::SHARED_LIBRARY:
       case cmTarget::MODULE_LIBRARY:
       case cmTarget::UNKNOWN_LIBRARY:
-        {
         dep = target->GetLocation(config);
         return true;
-        }
-        break;
       case cmTarget::UTILITY:
       case cmTarget::GLOBAL_TARGET:
         // A utility target has no file on which to depend.  This was listed

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list