Skip to content

Commit

Permalink
backend: fix protobuf to a specific git commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Mar 21, 2018
1 parent 0400fc0 commit 9a4691f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/cmake/third_party/protobuf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(external-protobuf)
include(ExternalProject)

set(ARG_GIT_REPOSITORY https://github.com/google/protobuf.git)
set(ARG_GIT_TAG master)
set(ARG_GIT_TAG ab95b1bc1eb964ee5f1fb48297344c5d37d35191)

if(ANDROID)
message(STATUS "Preparing external project \"protobuf\" for Android...")
Expand Down

0 comments on commit 9a4691f

Please sign in to comment.