cmake之错误【Modules/ExternalProject.cmake:3206 (_ep_add_download_command)....】
本文的 cmake的version是3.18
本文环境: Ubuntu 64 + CMAKE 3.18
错误描述
1.错误内容
Modules/ExternalProject.cmake:3206 (_ep_add_download_command)
- 执行
cmake ..
构建命令出现上面的错误 (reset了, 只能看到这么多)
分析
代码需要远程下载另外的库spdlog, 没有安装git,无法完成下载
解决
安装git, ubuntu 没安装git. 安装后即可解决