Browse Source

update version of protobuf to v3.13.0

tags/v1.3.0
李磊 4 years ago
parent
commit
0cf2a59463
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 c074dfa5960d67f2910122d46d4d264dd6554aad

Loading…
Cancel
Save