summaryrefslogtreecommitdiffstats
path: root/Tests/FindThreads
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Bump CMake minimum required version in find-module tests to 3.5Brad King2023-03-082-2/+2
| | | | | CMake 3.27 deprecates compatibility with CMake < 3.5. Update find module tests to avoid the deprecation warning.
* FindThreads: Drop IRIX-specific options and resultsBrad King2018-12-072-2/+0
| | | | | | | | | We do not need to support IRIX anymore, so drop relevant parts. In particular, the `CMAKE_THREAD_PREFER_PTHREAD` is frequently confused with `THREADS_PREFER_PTHREAD_FLAG`. Also remove references to the IRIX-specific options and results from other modules and tests.
* FindThreads: officially announce it works with only C++ enabledRolf Eike Beer2015-09-252-9/+24
|
* FindThreads: add simple testcaseRolf Eike Beer2015-09-212-0/+19