[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1567-g6f28c48

Stephen Kelly steveire at gmail.com
Thu Feb 20 13:52:52 EST 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  6f28c4881e26dcecbf5b90d44d5fe755302d6607 (commit)
       via  e0d3716eb1cab8e548de864b60db913dc16b6704 (commit)
      from  cc0c4d8eda8bb9f890142f848cbdec144ff0c96a (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=6f28c4881e26dcecbf5b90d44d5fe755302d6607
commit 6f28c4881e26dcecbf5b90d44d5fe755302d6607
Merge: cc0c4d8 e0d3716
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Feb 20 13:52:51 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 20 13:52:51 2014 -0500

    Merge topic 'target-SOURCES-refactor' into next
    
    e0d3716e Attempt VS70 fix.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e0d3716eb1cab8e548de864b60db913dc16b6704
commit e0d3716eb1cab8e548de864b60db913dc16b6704
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Feb 20 19:52:02 2014 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Feb 20 19:52:02 2014 +0100

    Attempt VS70 fix.

diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx
index 1b24e93..3092684 100644
--- a/Source/cmGeneratorTarget.cxx
+++ b/Source/cmGeneratorTarget.cxx
@@ -70,7 +70,7 @@ struct IDLSourcesTag {};
 struct ResxTag {};
 struct ModuleDefinitionFileTag {};
 
-template<typename, typename>
+template<typename Tag, typename OtherTag>
 struct IsSameTag
 {
   enum {

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list