[Cmake-commits] CMake branch, next, updated. v3.3.0-2058-g7d31d99

Stephen Kelly steveire at gmail.com
Thu Aug 6 22:08:07 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  7d31d99d990b2c64d65a6b82a5f8308024ebb057 (commit)
       via  c392759a43873a46522fe104db3281d7da3cc24f (commit)
      from  da69b3979d6e90bff5ce72b49f9c3b8e8496b648 (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=7d31d99d990b2c64d65a6b82a5f8308024ebb057
commit 7d31d99d990b2c64d65a6b82a5f8308024ebb057
Merge: da69b39 c392759
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Aug 6 22:08:05 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Aug 6 22:08:05 2015 -0400

    Merge topic 'use-generator-target' into next
    
    c392759a fixup! cmTarget: Split storage of include directories from genexes.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c392759a43873a46522fe104db3281d7da3cc24f
commit c392759a43873a46522fe104db3281d7da3cc24f
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Aug 7 04:07:44 2015 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Aug 7 04:07:44 2015 +0200

    fixup! cmTarget: Split storage of include directories from genexes.

diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index aae0b23..39933cb 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -463,7 +463,7 @@ cmGlobalXCodeGenerator::AddExtraTargets(cmLocalGenerator* root,
   cmTarget* allbuild = mf->AddUtilityCommand("ALL_BUILD", true, no_depends,
                         no_working_directory,
                         "echo", "Build all projects");
-  allBuild->Compute();
+  allbuild->Compute();
   cmGeneratorTarget* allBuildGt = new cmGeneratorTarget(allbuild, root);
   mf->AddGeneratorTarget(allbuild, allBuildGt);
 

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list