Rolf Eike Beer
|
0b38424cf2
FindThreads: make the call to try_run() work also if only C++ is enabled
|
10 years ago |
Rolf Eike Beer
|
9924a212f6
FindThreads: replace CheckIncludeFiles by CheckIncludeFile
|
10 years ago |
Rolf Eike Beer
|
b7e5c5a23a
FindThreads: introduce THREADS_PREFER_PTHREAD_FLAG (#14767)
|
11 years ago |
Timo Rothenpieler
|
bcb0e3872b
FindThreads: introduce an imported target to link to
|
11 years ago |
Rolf Eike Beer
|
46368eddfd
FindThreads: move checking of the -pthread compiler flag into a macro
|
11 years ago |
Brad King
|
e0fef85c7a
Merge topic 'FindThreads-macro'
|
11 years ago |
Rolf Eike Beer
|
94a061d372
FindThreads: use a macro for the repetitive thread library checks
|
11 years ago |
Timo Rothenpieler
|
cbd5db6485
FindThreads: search test source relative to module
|
11 years ago |
Rolf Eike Beer
|
3a71d34cf3
Use CMAKE_SYSTEM_NAME instead of CMAKE_SYSTEM where sufficient
|
11 years ago |
Rolf Eike Beer
|
b0b4b4602f
Remove .* expressions from beginning and end of MATCHES regexs
|
11 years ago |
Clinton Stimpson
|
83934757c9
Find*: Make find_package(.. QUIET) affect Check* modules.
|
11 years ago |
Rolf Eike Beer
|
693f8bf34d
FindThreads: simplify checking for SunOS
|
11 years ago |
Rolf Eike Beer
|
858ce31f4c
FindThreads: avoid useless checks if a thread library is already found
|
11 years ago |
Rolf Eike Beer
|
fdf7bd27a3
FindThreads: replace MATCHES with STREQUAL
|
11 years ago |
Kitware Robot
|
f051814ed0
Convert builtin help to reStructuredText source files
|
12 years ago |
Rolf Eike Beer
|
cd4451d1e7
replace string(... MATCHES "^const$) with string(... STREQUAL "const")
|
12 years ago |
Kitware Robot
|
9db3116226
Remove CMake-language block-end command arguments
|
13 years ago |
Kitware Robot
|
77543bde41
Convert CMake-language commands to lower case
|
13 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Rolf Eike Beer
|
3dc6f2bfb3
FindThreads: Try pthreads with no special option first (#11333)
|
14 years ago |
David Cole
|
98c49a4a25
Revert "FindThreads: Try pthreads with no special option first (#11333)"
|
14 years ago |
Rolf Eike Beer
|
fd61be7140
FindThreads: Try pthreads with no special option first (#11333)
|
14 years ago |
Brad King
|
c4275592a8
Modules: Include builtin FindPackageHandleStandardArgs directly
|
15 years ago |
Alex Neundorf
|
ce28737c93
Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017
|
15 years ago |
Alex Neundorf
|
b01184022b
Use absolute path to FindPackageHandleStandardArgs.cmake everywhere
|
15 years ago |
Philip Lowman
|
7016fae6d4
Fix 11136: [patch] FindThreads.cmake documents the wrong variable
|
15 years ago |
Todd Gamblin
|
2cde67a781
Modules: Fix spelling 'To distributed' -> 'To distribute'
|
15 years ago |
Clinton Stimpson
|
d09664a4d4
Support pthreads on irix.
|
15 years ago |
Brad King
|
c4bb9c9d42
Convert CMake find-modules to BSD License
|
16 years ago |
Philip Lowman
|
42618d5524
Improve readability
|
16 years ago |