You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: