[Cmake-commits] CMake branch, next, updated. v3.4.0-rc1-289-g5d28a72

Stephen Kelly steveire at gmail.com
Fri Oct 9 14:35:54 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  5d28a728727caa1eb95e12e3cd99a203e07bcdac (commit)
       via  a333ec20fffea2c7ae9f5a4d0968efa625a9e8c4 (commit)
      from  36337d07ecfcaa04321cfac40398ebac54accb18 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5d28a728727caa1eb95e12e3cd99a203e07bcdac
commit 5d28a728727caa1eb95e12e3cd99a203e07bcdac
Merge: 36337d0 a333ec2
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 9 14:35:54 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 9 14:35:54 2015 -0400

    Merge topic 'add-cmLocalGenerator-API' into next
    
    a333ec20 fixup! cmLocalGenerator: Add current binary directory accessor.


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a333ec20fffea2c7ae9f5a4d0968efa625a9e8c4
commit a333ec20fffea2c7ae9f5a4d0968efa625a9e8c4
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 9 20:35:33 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Oct 9 20:35:33 2015 +0200

    fixup! cmLocalGenerator: Add current binary directory accessor.

diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index 4ddd2fe..04441eb 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -570,7 +570,6 @@ cmGlobalXCodeGenerator::AddExtraTargets(cmLocalGenerator* root,
 void cmGlobalXCodeGenerator::CreateReRunCMakeFile(
   cmLocalGenerator* root, std::vector<cmLocalGenerator*> const& gens)
 {
-  cmMakefile* mf = root->GetMakefile();
   std::vector<std::string> lfiles;
   for(std::vector<cmLocalGenerator*>::const_iterator gi = gens.begin();
       gi != gens.end(); ++gi)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list