[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-1060-g8da0919

Stephen Kelly steveire at gmail.com
Fri Mar 14 11:00:52 EDT 2014


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  8da0919bad430951b01b953b649ef640e65ad4cb (commit)
       via  c16b481c470dbc83fb75cd59065f5ac8e805993b (commit)
      from  1d819f671b120b8de999f09d6e5f7221683eb3c5 (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=8da0919bad430951b01b953b649ef640e65ad4cb
commit 8da0919bad430951b01b953b649ef640e65ad4cb
Merge: 1d819f6 c16b481
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Mar 14 11:00:51 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Mar 14 11:00:51 2014 -0400

    Merge topic 'target-objects-refactor' into next
    
    c16b481c Remove unnecessary change.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c16b481c470dbc83fb75cd59065f5ac8e805993b
commit c16b481c470dbc83fb75cd59065f5ac8e805993b
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Mar 14 15:59:01 2014 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Mar 14 15:59:01 2014 +0100

    Remove unnecessary change.

diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx
index 92504e9..e909418 100644
--- a/Source/cmGeneratorTarget.cxx
+++ b/Source/cmGeneratorTarget.cxx
@@ -286,6 +286,7 @@ static void handleSystemIncludesDep(cmMakefile *mf, cmTarget* depTgt,
 }
 
 #define IMPLEMENT_VISIT_IMPL(DATA, DATATYPE) \
+  { \
   std::vector<cmSourceFile*> sourceFiles; \
   this->Target->GetSourceFiles(sourceFiles); \
   TagVisitor<DATA ## Tag DATATYPE> visitor(this->Target, data); \
@@ -294,6 +295,7 @@ static void handleSystemIncludesDep(cmMakefile *mf, cmTarget* depTgt,
     { \
     visitor.Accept(*si); \
     } \
+  } \
 
 
 #define IMPLEMENT_VISIT(DATA) \

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

Summary of changes:
 Source/cmGeneratorTarget.cxx |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list