[Cmake-commits] CMake branch, next, updated. v3.2.3-1393-g1010c09

Brad King brad.king at kitware.com
Tue Jun 2 12:33:08 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  1010c09cf784dc75832736ea5887b0dfaa9dff48 (commit)
       via  a175c2f096f612d64fa0ae11bf541051d933b5bb (commit)
      from  898ccde4de1e9ef285d2a06b63d5455bd975d2f5 (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=1010c09cf784dc75832736ea5887b0dfaa9dff48
commit 1010c09cf784dc75832736ea5887b0dfaa9dff48
Merge: 898ccde a175c2f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 2 12:33:07 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 2 12:33:07 2015 -0400

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


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a175c2f096f612d64fa0ae11bf541051d933b5bb
commit a175c2f096f612d64fa0ae11bf541051d933b5bb
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 2 12:32:31 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Jun 2 12:32:31 2015 -0400

    fixup! VS: Compute project GUIDs deterministically

diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index f953751..137c28b 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -2116,7 +2116,6 @@ void cmMakefile::AddSourceGroup(const std::vector<std::string>& name,
     return;
     }
   // build the whole source group path
-  cmGlobalGenerator* gg = this->GetGlobalGenerator();
   for(++i; i<=lastElement; ++i)
     {
     sg->AddChild(cmSourceGroup(name[i].c_str(), 0, sg->GetFullName()));

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

Summary of changes:
 Source/cmMakefile.cxx |    1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list