当我在项目的构建目录中执行 cmake 时,出现此错误。最初我得到了一个
未找到 protobuf-config.cmake
错误。所以我把protobuf-config.cmake文件的路径给了Protobuf_DIR。后来它开始显示这个新错误:
/opt/cmake/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:137 处的 CMake 错误(消息):找不到 Protobuf(缺少:Protobuf_PROTOC_EXECUTABLE)
(找到合适的版本“3.6.1”,最低要求是“3.0.0”)
我还附上了错误日志文件: https ://drive.google.com/open?id=1y7BZ6lDBtxvla7r-o188xM_FjwLqwhCx
我在 Ubuntu-18 上使用 cmake 版本:3.13 和 protobuf 版本:3.6.1