I have compiled arm64-v8a sucessfully, but when I make the project, there is an error:
C/C++ debug|arm64-v8a : CMake Error at /home/ming/AndroidStudioProjects/pcl-for-android/example-app/app/.cxx/cmake/debug/arm64-v8a/conanbuildinfo.cmake:1065 (message):
Detected a mismatch for the compiler version between your conan profile
settings and CMake:
Compiler version specified in your conan profile: 8
Compiler version detected in CMake: 9.0
Please check your conan profile settings (conan profile show
[default|your_profile_name])
How should I do? Thanks.