Author :
Ryan C. Gordon
Date :
2017-08-09 19:50:18
Hash :1b8117be Message :cmake: Don't link directly against a libpthread on Android (thanks, Anthony!).
Android has pthreads, but it's just part of their C runtime instead of a
separate library like the usual Linux platforms.
Fixes Bugzilla #3675.