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  997f4862f4a67f8cc5f2cf77a6a85961df47d027 (commit)
       via  3fa8d414623dbf9a6eb8f045e15b50de9989879f (commit)
      from  2f89fc9b3a47be5864fb8c86038c1c5b60c85c55 (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=997f4862f4a67f8cc5f2cf77a6a85961df47d027
commit 997f4862f4a67f8cc5f2cf77a6a85961df47d027
Merge: 2f89fc9 3fa8d41
Author:     Stephen Kelly <[email protected]>
AuthorDate: Thu Sep 12 03:55:25 2013 -0400
Commit:     CMake Topic Stage <[email protected]>
CommitDate: Thu Sep 12 03:55:25 2013 -0400

    Merge topic 'INTERFACE_LIBRARY-target-type' into next
    
    3fa8d41 Fix INTERFACE_LIBRARY typo.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3fa8d414623dbf9a6eb8f045e15b50de9989879f
commit 3fa8d414623dbf9a6eb8f045e15b50de9989879f
Author:     Stephen Kelly <[email protected]>
AuthorDate: Thu Sep 12 09:54:43 2013 +0200
Commit:     Stephen Kelly <[email protected]>
CommitDate: Thu Sep 12 09:54:43 2013 +0200

    Fix INTERFACE_LIBRARY typo.

diff --git a/Source/cmGlobalXCodeGenerator.cxx 
b/Source/cmGlobalXCodeGenerator.cxx
index 9260b81..8c96d06 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -2903,7 +2903,7 @@ void 
cmGlobalXCodeGenerator::CreateGroups(cmLocalGenerator* root,
         {
         continue;
         }
-      if(cmtarget.GetType() == cmTarget::INTERFACE_TARGET)
+      if(cmtarget.GetType() == cmTarget::INTERFACE_LIBRARY)
         {
         continue;
         }

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

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


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to