Commit 1b8117be21e6c86511fea1fc553cbda1e20c07cb

Ryan C. Gordon 2017-08-09T19:50:18

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.