Task #1310
update bundled threading support for GMock
Description
Historically FindPthreads was used, but there's no good reason for that. Probably FindThreads can be used, and this would be simpler.
Associated revisions
History
#1 Updated by Teemu Murtola over 7 years ago
- Status changed from New to Fix uploaded
- Assignee changed from Mark Abraham to Teemu Murtola
#2 Updated by Teemu Murtola over 7 years ago
- Status changed from Fix uploaded to Resolved
#3 Updated by Teemu Murtola over 7 years ago
- % Done changed from 0 to 100
Applied in changeset 10a2a9540c95b395d8f52b7912f02e207a1adc7d.
#4 Updated by Teemu Murtola over 7 years ago
- Status changed from Resolved to Closed
Fix pthread detection for GMock
FindPthreads.cmake was removed recently because it was an orphan.
It turns out that isn't true, because GMock was using it.
Rewrote that part of the build system to use the standard
FindThreads.cmake instead.
Also clarified that the CMakeLists.txt is part of the Gromacs build
system instead of being part of Google Mock.
Fixes #1310
Change-Id: I5055569b8534586c4faf3732d0e97c63ad7de408