taka-no-me / android-cmake

CMake toolchain file and other scripts for the Android NDK
1.22k stars 438 forks source link

Unable to find shared_ptr #62

Open ClemensHa opened 9 years ago

ClemensHa commented 9 years ago

I am trying to use Android-cmake to build a c++ library (openMVG) for Android.

Altough cmake can find the c++ compiler ("Checking for c++11 compiler - available"), cmake cannot find the shared_ptr ("CMake Error at third_party/ceres-solver/CMakeLists.txt:503 (MESSAGE): Unable to find shared_ptr"). Do you have an idea how I can solve this problem?