diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-12-15 19:17:43 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-12-15 19:17:43 (GMT) |
commit | 74eaecfc3e049e96dd30ecadc1d62fb235d3caba (patch) | |
tree | f1d9d270ac65d41c3d9f0c45ccf93cd40ec1d921 /Modules/FindThreads.cmake | |
parent | 5966baeec375652f573221749436d0cc4d523e89 (diff) | |
download | CMake-74eaecfc3e049e96dd30ecadc1d62fb235d3caba.zip CMake-74eaecfc3e049e96dd30ecadc1d62fb235d3caba.tar.gz CMake-74eaecfc3e049e96dd30ecadc1d62fb235d3caba.tar.bz2 |
ENH: cleanups
Diffstat (limited to 'Modules/FindThreads.cmake')
-rw-r--r-- | Modules/FindThreads.cmake | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Modules/FindThreads.cmake b/Modules/FindThreads.cmake index 95e5aa8..9a254e9 100644 --- a/Modules/FindThreads.cmake +++ b/Modules/FindThreads.cmake @@ -1,10 +1,10 @@ # - This module determines the thread library of the system. # The following variables are set -# CMAKE_THREAD_LIBS_INIT - the thread library (-lpthread ) -# CMAKE_USE_SPROC_INIT - are we using sproc? -# CMAKE_USE_WIN32_THREADS_INIT - are we using WIN32 threads -# CMAKE_USE_PTHREADS_INIT - are we using pthreads -# CMAKE_HP_PTHREADS_INIT - are we using hp pthreads +# CMAKE_THREAD_LIBS_INIT - the thread library +# CMAKE_USE_SPROC_INIT - are we using sproc? +# CMAKE_USE_WIN32_THREADS_INIT - using WIN32 threads? +# CMAKE_USE_PTHREADS_INIT - are we using pthreads +# CMAKE_HP_PTHREADS_INIT - are we using hp pthreads INCLUDE (CheckIncludeFile) INCLUDE (CheckIncludeFiles) |