How do you debug a link failure due to the linker being unable to find a library your not asking for?
CMake on android is failing because it can't find libpthread when I'm not asking for libpthread because its part of libc on android.
CMake on android is failing because it can't find libpthread when I'm not asking for libpthread because its part of libc on android.