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  8db1b40ef504bc2ac102877bc767d608891d16f4 (commit)
       via  6f9516c587aad56212b06f64a35c7037acec84e2 (commit)
      from  da378b6182c89d31d97524efd086fcb119ef0572 (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=8db1b40ef504bc2ac102877bc767d608891d16f4
commit 8db1b40ef504bc2ac102877bc767d608891d16f4
Merge: da378b6 6f9516c
Author:     Rolf Eike Beer <e...@sf-mail.de>
AuthorDate: Mon Sep 21 14:32:38 2015 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Mon Sep 21 14:32:38 2015 -0400

    Merge topic 'Threads-CXX' into next
    
    6f9516c5 fixup FindThreads test


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6f9516c587aad56212b06f64a35c7037acec84e2
commit 6f9516c587aad56212b06f64a35c7037acec84e2
Author:     Rolf Eike Beer <e...@sf-mail.de>
AuthorDate: Mon Sep 21 20:32:04 2015 +0200
Commit:     Rolf Eike Beer <e...@sf-mail.de>
CommitDate: Mon Sep 21 20:32:29 2015 +0200

    fixup FindThreads test

diff --git a/Tests/FindThreads/C-only/CMakeLists.txt 
b/Tests/FindThreads/C-only/CMakeLists.txt
index c366b79..ffbb8b1 100644
--- a/Tests/FindThreads/C-only/CMakeLists.txt
+++ b/Tests/FindThreads/C-only/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
-project(FindThreads C)
+project(FindThreads_C-only C)
 
 set(CMAKE_THREAD_PREFER_PTHREAD On)
 find_package(Threads REQUIRED)

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

Summary of changes:
 Tests/FindThreads/C-only/CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

Reply via email to