diff options
author | Philip Lowman <philip@yhbt.com> | 2010-09-18 17:46:08 (GMT) |
---|---|---|
committer | Philip Lowman <philip@yhbt.com> | 2010-09-18 17:46:08 (GMT) |
commit | 7016fae6d4c0a58fcbf74ee29bf25a7b5e2cf369 (patch) | |
tree | a73a74858f7d359851f07e9d16103203fbae83bf /Modules/FindThreads.cmake | |
parent | c30c3ade9bfd865bea8e58d38e4044e4b00334a0 (diff) | |
download | CMake-7016fae6d4c0a58fcbf74ee29bf25a7b5e2cf369.zip CMake-7016fae6d4c0a58fcbf74ee29bf25a7b5e2cf369.tar.gz CMake-7016fae6d4c0a58fcbf74ee29bf25a7b5e2cf369.tar.bz2 |
Fix 11136: [patch] FindThreads.cmake documents the wrong variable
Fixed documentation to be correct.
Diffstat (limited to 'Modules/FindThreads.cmake')
-rw-r--r-- | Modules/FindThreads.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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. |