[Cmake-commits] CMake branch, next, updated. v2.8.9-622-g95073f2

Stephen Kelly steveire at gmail.com
Wed Sep 19 11:18:17 EDT 2012


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  95073f2888e5bd2dd3ac5ece74805b6cf7af2c16 (commit)
       via  6674583caa20244d90aa14a67d059e7228a9f169 (commit)
      from  66eb2dafa656ef8af11cd049b5c18f78ee20a802 (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=95073f2888e5bd2dd3ac5ece74805b6cf7af2c16
commit 95073f2888e5bd2dd3ac5ece74805b6cf7af2c16
Merge: 66eb2da 6674583
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Sep 19 11:18:15 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Sep 19 11:18:15 2012 -0400

    Merge topic 'use-generator-target' into next
    
    6674583 Fix compiler warning with initialization order.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6674583caa20244d90aa14a67d059e7228a9f169
commit 6674583caa20244d90aa14a67d059e7228a9f169
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Sep 19 17:16:25 2012 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Sep 19 17:16:25 2012 +0200

    Fix compiler warning with initialization order.

diff --git a/Source/cmInstallTargetGenerator.h b/Source/cmInstallTargetGenerator.h
index 5d5011b..cab3e90 100644
--- a/Source/cmInstallTargetGenerator.h
+++ b/Source/cmInstallTargetGenerator.h
@@ -97,11 +97,11 @@ protected:
   void CreateGeneratorTarget();
 
   cmTarget* Target;
-  cmGeneratorTarget* GeneratorTarget;
   bool ImportLibrary;
   std::string FilePermissions;
   bool Optional;
   NamelinkModeType NamelinkMode;
+  cmGeneratorTarget* GeneratorTarget;
 };
 
 #endif

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list