fix: update cmake protobuf version

This commit is contained in:
Matthew Jones
2019-07-16 11:42:48 +12:00
parent 8982bcac1b
commit b4e7d39ff0

View File

@@ -102,7 +102,7 @@ if(BUILD_Protobuf)
REPOSITORY
"https://github.com/protocolbuffers/protobuf.git"
TAG
"v3.7.1"
"v3.8.0"
CMAKE_ARGS
"SOURCE_SUBDIR cmake"
)