cmake之错误【Modules/ExternalProject.cmake:3206 (_ep_add_download_command)....】

本文的 cmake的version3.18
本文环境: Ubuntu 64 + CMAKE 3.18

错误描述

1.错误内容

Modules/ExternalProject.cmake:3206 (_ep_add_download_command)
  1. 执行cmake ..构建命令出现上面的错误 (reset了, 只能看到这么多)

分析

代码需要远程下载另外的库spdlog, 没有安装git,无法完成下载

解决

安装git, ubuntu 没安装git. 安装后即可解决

posted @ 2020-09-21 18:42  mohist  阅读(480)  评论(0编辑  收藏  举报