Skip to content

Commit

Permalink
Fix/mac docker build (hyperledger-iroha#389)
Browse files Browse the repository at this point in the history
* Fix broken protobuf dependency

* update protobuf version
  • Loading branch information
muratovv authored Jun 23, 2017
1 parent 9ebd7d2 commit e6d431e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file removed cmake/Modules/Findprotobuf.cmake
Empty file.
4 changes: 2 additions & 2 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ add_dependencies(spdlog gabime_spdlog)
################################
# protobuf #
################################
find_package(Protobuf 3.0.0)
find_package(Protobuf 3.3.0)
if (NOT PROTOBUF_FOUND OR NOT PROTOBUF_PROTOC_EXECUTABLE)
ExternalProject_Add(google_protobuf
URL https://github.com/google/protobuf/releases/download/v3.0.0/protobuf-cpp-3.0.0.tar.gz
URL https://github.com/google/protobuf/releases/download/v3.3.0/protobuf-cpp-3.3.0.tar.gz
CONFIGURE_COMMAND ./configure
BUILD_IN_SOURCE 1
BUILD_COMMAND $(MAKE)
Expand Down

0 comments on commit e6d431e

Please sign in to comment.