mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-08 00:03:53 +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.