问题描述:
在安装openmvg时,显示
CMake Error at CMakeLists.txt:92 (message):
submodule(s) are missing, please update your repository:
> git submodule update -i
-- Configuring incomplete, errors occurred!
See also "/home/ning/software/openMVG-1.5/build/CMakeFiles/CMakeOutput.log".
解决办法:
使用build.md里的解决办法,使用git命令克隆安装包到本地
git clone --recursive https://github.com/openMVG/openMVG.git
成功解决问题!