[Cmake-commits] CMake branch, next, updated. v3.3.0-1746-g0482b6b

Stephen Kelly steveire at gmail.com
Sun Aug 2 16:05:39 EDT 2015


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  0482b6b05eb3386880330ebbe0da534e88fed5cf (commit)
       via  03a5fe5ebc82e96f56d8d3aa7c4fff32799823a3 (commit)
      from  e673ea37477d270aae309542366f1d93c246fa88 (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=0482b6b05eb3386880330ebbe0da534e88fed5cf
commit 0482b6b05eb3386880330ebbe0da534e88fed5cf
Merge: e673ea3 03a5fe5
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Aug 2 16:05:38 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Aug 2 16:05:38 2015 -0400

    Merge topic 'use-generator-target' into next
    
    03a5fe5e fixup! cmGeneratorTarget: Move GetFullName from cmTarget.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=03a5fe5ebc82e96f56d8d3aa7c4fff32799823a3
commit 03a5fe5ebc82e96f56d8d3aa7c4fff32799823a3
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Aug 2 22:01:38 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Aug 2 22:01:38 2015 +0200

    fixup! cmGeneratorTarget: Move GetFullName from cmTarget.

diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index 48b610b..a38a061 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -1250,8 +1250,6 @@ void cmLocalVisualStudio7Generator::OutputBuildTool(std::ostream& fout,
                               targetNameImport, targetNamePDB, configName);
 
     // Compute the link library and directory information.
-    cmGeneratorTarget* gt =
-      this->GlobalGenerator->GetGeneratorTarget(&target);
     cmComputeLinkInformation* pcli = gt->GetLinkInformation(configName);
     if(!pcli)
       {

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

Summary of changes:
 Source/cmLocalVisualStudio7Generator.cxx |    2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list