You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce error: $ git clone https://github.com/abique/hefur.git && cd hefur && docker build .
Got this error:
4.492 CMake Error at mimosa/CMakeLists.txt:10 (find_package):
4.492 Could not find a package configuration file provided by "Protobuf" with any
4.492 of the following names:
4.492
4.492 ProtobufConfig.cmake
4.492 protobuf-config.cmake
4.492
4.492 Add the installation prefix of "Protobuf" to CMAKE_PREFIX_PATH or set
4.492 "Protobuf_DIR" to a directory containing one of the above files. If
4.492 "Protobuf" provides a separate development package or SDK, be sure it has
4.492 been installed.
4.492
4.492
4.492 -- Found LibArchive: /usr/lib/x86_64-linux-gnu/libarchive.so (found version "3.4.3")
4.492 -- Configuring incomplete, errors occurred!
The text was updated successfully, but these errors were encountered:
Steps to reproduce error:
$ git clone https://github.com/abique/hefur.git && cd hefur && docker build .
Got this error:
The text was updated successfully, but these errors were encountered: