We tried however we have still same error. When we write “cmake --build build/default -j8” command line, we have encountered error. Do you have any idea to solve this error?
By default (when CMAKE_INSTALL_PREFIX is not set, cmake tries to install system-wide. For Linux/macOS that’s /usr/local, for Windows it is somewhere in C:\Program Files.
To install system-wide the command needs to be run with sudo on Linux/macOS:
Hello @Sai_rajesh_Mandaloju did you solve this problem, I am also facing the same problem, I even updated cmake version to latest and tried to build mavsdk library from source, nothing works for me.