diff --git a/cmake/dependencies/CMakeLists.txt b/cmake/dependencies/CMakeLists.txt index 8427e2d56b..d6ad4c1857 100644 --- a/cmake/dependencies/CMakeLists.txt +++ b/cmake/dependencies/CMakeLists.txt @@ -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" )