mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-25 23:49:18 +00:00
On some systems, such as Android, threads are not provided via `-lpthread`. CMake comes with a built-in module for finding the correct threads library. Use it to fix the linking issue on Android and possibly other systems.