[Cmake-commits] CMake branch, next, updated. v3.2.3-1448-gb094dc5

Brad King brad.king at kitware.com
Wed Jun 3 12:31:18 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  b094dc58b8bab0f594c517092d1a52e9b7641ec1 (commit)
       via  8146700588e76aee4c02dd16bfb5f786d7d3a8e4 (commit)
      from  291c02429ce1df2e0d080c85562319d8a9fc5d9c (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=b094dc58b8bab0f594c517092d1a52e9b7641ec1
commit b094dc58b8bab0f594c517092d1a52e9b7641ec1
Merge: 291c024 8146700
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jun 3 12:31:17 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jun 3 12:31:17 2015 -0400

    Merge topic 'vs-deterministic-guid' into next
    
    81467005 fixup! VS: Compute project GUIDs deterministically


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8146700588e76aee4c02dd16bfb5f786d7d3a8e4
commit 8146700588e76aee4c02dd16bfb5f786d7d3a8e4
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jun 3 12:30:52 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Jun 3 12:30:52 2015 -0400

    fixup! VS: Compute project GUIDs deterministically

diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index 627f07a..28a74cb 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -82,8 +82,6 @@ void cmLocalVisualStudio7Generator::AddHelperCommands()
   // Now create GUIDs for targets
   cmTargets &tgts = this->Makefile->GetTargets();
 
-  cmGlobalVisualStudio7Generator* gg =
-    static_cast<cmGlobalVisualStudio7Generator *>(this->GlobalGenerator);
   for(cmTargets::iterator l = tgts.begin(); l != tgts.end(); l++)
     {
     if(l->second.GetType() == cmTarget::INTERFACE_LIBRARY)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list