[Cmake-commits] CMake branch, next, updated. v2.8.11-2297-gf1977e3

Stephen Kelly steveire at gmail.com
Wed May 29 02:41:15 EDT 2013


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  f1977e36c024b42c8f408e9ef2e2756a5410b6de (commit)
       via  e162326128f70ae1fd1a2bee9449163f87af1d18 (commit)
      from  40d4be09f4b86d6b022ed7e21acb07975e41b411 (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=f1977e36c024b42c8f408e9ef2e2756a5410b6de
commit f1977e36c024b42c8f408e9ef2e2756a5410b6de
Merge: 40d4be0 e162326
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed May 29 02:41:13 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 29 02:41:13 2013 -0400

    Merge topic 'fix-style' into next
    
    e162326 Fix indentation.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e162326128f70ae1fd1a2bee9449163f87af1d18
commit e162326128f70ae1fd1a2bee9449163f87af1d18
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon May 27 17:45:47 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed May 29 08:40:00 2013 +0200

    Fix indentation.

diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index 3496823..3e3e5e4 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -963,7 +963,7 @@ void cmGlobalGenerator::Generate()
 
     for ( tit = targets->begin(); tit != targets->end(); ++ tit )
       {
-        tit->second.AppendBuildInterfaceIncludes();
+      tit->second.AppendBuildInterfaceIncludes();
       }
     }
 
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 75873ff..d367c6c 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -3000,8 +3000,8 @@ std::vector<std::string> cmTarget::GetIncludeDirectories(const char *config)
   cmListFileBacktrace lfbt;
 
   cmGeneratorExpressionDAGChecker dagChecker(lfbt,
-                                              this->GetName(),
-                                              "INCLUDE_DIRECTORIES", 0, 0);
+                                             this->GetName(),
+                                             "INCLUDE_DIRECTORIES", 0, 0);
 
   this->AppendBuildInterfaceIncludes();
 

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

Summary of changes:
 Source/cmGlobalGenerator.cxx |    2 +-
 Source/cmTarget.cxx          |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list