[Cmake-commits] CMake branch, next, updated. v2.8.2-834-g66551b4

Philip Lowman philip at yhbt.com
Sat Sep 18 13:51:34 EDT 2010


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  66551b4c1d035aeb36486ffc054b5b30be137876 (commit)
       via  7016fae6d4c0a58fcbf74ee29bf25a7b5e2cf369 (commit)
       via  c30c3ade9bfd865bea8e58d38e4044e4b00334a0 (commit)
       via  4b682e13fb0e4810d6cb8b76602c715a6fd74247 (commit)
       via  48a126717c2747e778f724fd536504e12e015b0c (commit)
      from  a00839fa3b53cdcba1f2d13da593b06b9f9ae3a1 (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=66551b4c1d035aeb36486ffc054b5b30be137876
commit 66551b4c1d035aeb36486ffc054b5b30be137876
Merge: a00839f 7016fae
Author:     Philip Lowman <philip at yhbt.com>
AuthorDate: Sat Sep 18 13:51:33 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Sep 18 13:51:33 2010 -0400

    Merge topic '11136' into next
    
    7016fae Fix 11136: [patch] FindThreads.cmake documents the wrong variable
    c30c3ad KWSys Nightly Date Stamp
    4b682e1 KWSys Nightly Date Stamp
    48a1267 KWSys Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7016fae6d4c0a58fcbf74ee29bf25a7b5e2cf369
commit 7016fae6d4c0a58fcbf74ee29bf25a7b5e2cf369
Author:     Philip Lowman <philip at yhbt.com>
AuthorDate: Sat Sep 18 13:46:08 2010 -0400
Commit:     Philip Lowman <philip at yhbt.com>
CommitDate: Sat Sep 18 13:46:08 2010 -0400

    Fix 11136: [patch] FindThreads.cmake documents the wrong variable
    
    Fixed documentation to be correct.

diff --git a/Modules/FindThreads.cmake b/Modules/FindThreads.cmake
index 25d48d1..4cb7451 100644
--- a/Modules/FindThreads.cmake
+++ b/Modules/FindThreads.cmake
@@ -6,7 +6,7 @@
 #  CMAKE_USE_PTHREADS_INIT    - are we using pthreads
 #  CMAKE_HP_PTHREADS_INIT     - are we using hp pthreads
 # For systems with multiple thread libraries, caller can set
-#  CMAKE_THREAD_PREFER_PTHREADS
+#  CMAKE_THREAD_PREFER_PTHREAD
 
 #=============================================================================
 # Copyright 2002-2009 Kitware, Inc.

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

Summary of changes:
 Modules/FindThreads.cmake         |    2 +-
 Source/kwsys/kwsysDateStamp.cmake |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list