CMake Error at /remote-home/my/tools/cmake-3.18.4-Linux-x86_64/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message):
Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY)
Call Stack (most recent call first):
/remote-home/my/tools/cmake-3.18.4-Linux-x86_64/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:458 (_FPHSA_FAILURE_MESSAGE)
/remote-home/my/tools/cmake-3.18.4-Linux-x86_64/share/cmake-3.18/Modules/FindOpenGL.cmake:433 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:29 (find_package)
-- Configuring incomplete, errors occurred!
See also "/remote-home/my/CODE_SPACE/navigation/Matterport3DSimulator/build/CMakeFiles/CMakeOutput.log".
See also "/remote-home/my/CODE_SPACE/navigation/Matterport3DSimulator/build/CMakeFiles/CMakeError.log".
After installing dependencies (without Docker) like
I got this error
How to fix that?