[Cmake-commits] CMake branch, next, updated. v2.8.2-953-g97ec9c3

Bill Hoffman bill.hoffman at kitware.com
Tue Sep 28 18:06:35 EDT 2010


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  97ec9c3b2fad7be5686b40c6484528441b4cd190 (commit)
       via  19a9a1d57c84352461ce127fa2200e94ee308a52 (commit)
      from  7075b00828e015cfb587d1a9141a2fd0ff671fee (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=97ec9c3b2fad7be5686b40c6484528441b4cd190
commit 97ec9c3b2fad7be5686b40c6484528441b4cd190
Merge: 7075b00 19a9a1d
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Tue Sep 28 18:06:34 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 28 18:06:34 2010 -0400

    Merge topic 'xcode_source_group_fix_7932' into next
    
    19a9a1d Fix compile problem from previous commit.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=19a9a1d57c84352461ce127fa2200e94ee308a52
commit 19a9a1d57c84352461ce127fa2200e94ee308a52
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Tue Sep 28 18:05:54 2010 -0400
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Tue Sep 28 18:05:54 2010 -0400

    Fix compile problem from previous commit.

diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index 78df0e4..57f2f3a 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -2450,7 +2450,7 @@ void cmGlobalXCodeGenerator::CreateGroups(cmLocalGenerator* root,
       // Loop through every source group.
       for(unsigned int idx = 0; idx < sourceGroups.size(); ++idx)
         {
-        this->CreateSourceGroup( sourceGroups[i], cmtarget, false );
+        this->CreateSourceGroup( sourceGroups[idx], cmtarget, false );
         }
       }
     }

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

Summary of changes:
 Source/cmGlobalXCodeGenerator.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list