[Cmake-commits] CMake branch, next, updated. v2.8.9-732-g74a913f

Alexander Neundorf neundorf at kde.org
Mon Sep 24 16:46:09 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  74a913f3f6235c6b6fb726145ea874da87e71ee7 (commit)
       via  35510e016dec5b8ba582f4665feeef32f9606bb8 (commit)
      from  adeca53e570ec4c17d3e23d95e95518ef500fa7d (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=74a913f3f6235c6b6fb726145ea874da87e71ee7
commit 74a913f3f6235c6b6fb726145ea874da87e71ee7
Merge: adeca53 35510e0
Author:     Alexander Neundorf <neundorf at kde.org>
AuthorDate: Mon Sep 24 16:46:00 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 24 16:46:00 2012 -0400

    Merge topic 'export-sets-2' into next
    
    35510e0 fix MSVC warning about class forward declaration of a struct


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=35510e016dec5b8ba582f4665feeef32f9606bb8
commit 35510e016dec5b8ba582f4665feeef32f9606bb8
Author:     Alex Neundorf <neundorf at kde.org>
AuthorDate: Mon Sep 24 22:44:56 2012 +0200
Commit:     Alex Neundorf <neundorf at kde.org>
CommitDate: Mon Sep 24 22:44:56 2012 +0200

    fix MSVC warning about class forward declaration of a struct
    
    Alex

diff --git a/Source/cmTargetExport.h b/Source/cmTargetExport.h
index 919d4a9..c9d87fb 100644
--- a/Source/cmTargetExport.h
+++ b/Source/cmTargetExport.h
@@ -20,8 +20,9 @@ class cmInstallFilesGenerator;
  *
  * This struct holds pointers to target and all relevant generators.
  */
-struct cmTargetExport
+class cmTargetExport
 {
+public:
   cmTarget* Target; ///< The target
 
   ///@name Generators

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list