소스 검색

Fix 11136: [patch] FindThreads.cmake documents the wrong variable

Fixed documentation to be correct.
Philip Lowman 15 년 전
부모
커밋
7016fae6d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Modules/FindThreads.cmake

+ 1 - 1
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.