[Cmake-commits] CMake branch, next, updated. v2.8.10.1-808-g45c00a4

Stephen Kelly steveire at gmail.com
Wed Nov 7 09:29:49 EST 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  45c00a452a03d939d5f8668c7fb3f117c3e6b7c7 (commit)
       via  d1c6c35144c77e7b882a693c9b663109fb5787c4 (commit)
      from  49d59153a34fe5c9c12e3bbab83b9dc7636540d0 (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=45c00a452a03d939d5f8668c7fb3f117c3e6b7c7
commit 45c00a452a03d939d5f8668c7fb3f117c3e6b7c7
Merge: 49d5915 d1c6c35
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Nov 7 09:29:48 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 7 09:29:48 2012 -0500

    Merge topic 'fix-compiler-warnings' into next
    
    d1c6c35 Fix enumeration value


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d1c6c35144c77e7b882a693c9b663109fb5787c4
commit d1c6c35144c77e7b882a693c9b663109fb5787c4
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Nov 7 15:28:22 2012 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Nov 7 15:28:22 2012 +0100

    Fix enumeration value

diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx
index c489c8d..ddef365 100644
--- a/Source/cmVisualStudio10TargetGenerator.cxx
+++ b/Source/cmVisualStudio10TargetGenerator.cxx
@@ -405,7 +405,7 @@ void cmVisualStudio10TargetGenerator::WriteProjectConfigurationValues()
         configType += "Utility";
         break;
       case cmTarget::GLOBAL_TARGET:
-      case cmTarget::UNKNOWN_TARGET:
+      case cmTarget::UNKNOWN_LIBRARY:
         break;
       }
     configType += "</ConfigurationType>\n";

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list