[Cmake-commits] CMake branch, next, updated. v2.8.7-1989-g7f4a087

Rolf Eike Beer eike at sf-mail.de
Fri Jan 6 16:55:04 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  7f4a0879aa6ed15f9298b3aea4e32ed5277b3626 (commit)
       via  422a0fcce4cbcfd44dcd96e09f6d2a53ce15987c (commit)
      from  d5a07b316925816e345f9ce2452d2ea47c33d1c0 (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=7f4a0879aa6ed15f9298b3aea4e32ed5277b3626
commit 7f4a0879aa6ed15f9298b3aea4e32ed5277b3626
Merge: d5a07b3 422a0fc
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Fri Jan 6 16:55:00 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jan 6 16:55:00 2012 -0500

    Merge topic 'test-symbol-exists' into next
    
    422a0fc Check{,CXX}SymbolExists Test: fix project names


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=422a0fcce4cbcfd44dcd96e09f6d2a53ce15987c
commit 422a0fcce4cbcfd44dcd96e09f6d2a53ce15987c
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Fri Jan 6 22:54:36 2012 +0100
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Fri Jan 6 22:54:36 2012 +0100

    Check{,CXX}SymbolExists Test: fix project names

diff --git a/Tests/Module/CheckCXXSymbolExists/CMakeLists.txt b/Tests/Module/CheckCXXSymbolExists/CMakeLists.txt
index e46b0cc..c55c05d 100644
--- a/Tests/Module/CheckCXXSymbolExists/CMakeLists.txt
+++ b/Tests/Module/CheckCXXSymbolExists/CMakeLists.txt
@@ -7,7 +7,7 @@
 # If you change this test do not forget to change the CheckSymbolExists
 # test, too.
 
-PROJECT(CheckCXXSymbolExistsTest CXX)
+PROJECT(CheckCXXSymbolExists CXX)
 
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR)
 
diff --git a/Tests/Module/CheckSymbolExists/CMakeLists.txt b/Tests/Module/CheckSymbolExists/CMakeLists.txt
index b65cdaf..9956082 100644
--- a/Tests/Module/CheckSymbolExists/CMakeLists.txt
+++ b/Tests/Module/CheckSymbolExists/CMakeLists.txt
@@ -7,7 +7,7 @@
 # If you change this test do not forget to change the CheckCXXSymbolExists
 # test, too.
 
-PROJECT(CheckSymbolExistsTest C)
+PROJECT(CheckSymbolExists C)
 
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR)
 

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list