Browse Source

update protobuf to 3.13.0

tags/v1.5.1
李磊 3 years ago
parent
commit
af91789d45
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      cmake/external_libs/protobuf_static.cmake
  2. +1
    -1
      parser

+ 1
- 1
cmake/external_libs/protobuf_static.cmake View File

@@ -13,7 +13,7 @@ if ((${CMAKE_INSTALL_PREFIX} STREQUAL /usr/local) OR
endif()

if(GE_PB_PKG)
set(REQ_URL "${GE_PB_PKG}/libs/protobuf/v3.8.0.tar.gz")
set(REQ_URL "${GE_PB_PKG}/libs/protobuf/v3.13.0.tar.gz")
else()
if (ENABLE_GITEE)
set(REQ_URL "https://gitee.com/mirrors/protobuf_source/repository/archive/v3.13.0.tar.gz")


+ 1
- 1
parser

@@ -1 +1 @@
Subproject commit db5ce472de0086c3e2abdaab3b0685c1d2656c96
Subproject commit 79536a196f89cf7a1f5852ff7304b9a7d7b12eff

Loading…
Cancel
Save