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  cb20d01d636a0322b4ac09b894839c03c28b70ec (commit)
       via  b2562f8e1e5dee38e696d740c393123ae0269b25 (commit)
      from  94e1da30b6926e40c6f6ea8049b73a1464de06eb (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=cb20d01d636a0322b4ac09b894839c03c28b70ec
commit cb20d01d636a0322b4ac09b894839c03c28b70ec
Merge: 94e1da3 b2562f8
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Thu Aug 1 06:32:01 2013 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Thu Aug 1 06:32:01 2013 -0400

    Merge topic 'ALIAS-targets' into next
    
    b2562f8 Fix test target name.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b2562f8e1e5dee38e696d740c393123ae0269b25
commit b2562f8e1e5dee38e696d740c393123ae0269b25
Author:     Stephen Kelly <steve...@gmail.com>
AuthorDate: Thu Aug 1 12:30:57 2013 +0200
Commit:     Stephen Kelly <steve...@gmail.com>
CommitDate: Thu Aug 1 12:30:57 2013 +0200

    Fix test target name.

diff --git a/Tests/AliasTarget/CMakeLists.txt b/Tests/AliasTarget/CMakeLists.txt
index 2b53eb5..e7ef057 100644
--- a/Tests/AliasTarget/CMakeLists.txt
+++ b/Tests/AliasTarget/CMakeLists.txt
@@ -1,6 +1,6 @@
 
 cmake_minimum_required(VERSION 2.8.11)
-project(Foo)
+project(AliasTarget)
 
 add_library(foo SHARED empty.cpp)
 add_library(PREFIX::Foo ALIAS foo)

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

Summary of changes:
 Tests/AliasTarget/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to