Browse Source

feat(mge): add cpp_redis and tacopie submodule

GitOrigin-RevId: 0d1d54f856
tags/v1.7.2.m1
Megvii Engine Team XindaH 4 years ago
parent
commit
80cdfc6423
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      third_party/prepare.sh

+ 2
- 0
third_party/prepare.sh View File

@@ -33,6 +33,8 @@ function git_submodule_update() {
git submodule update -f --init OpenBLAS
git submodule update -f --init cpuinfo
git submodule update -f --init gflags
git submodule update -f --init cpp_redis
git submodule update -f --init tacopie

git submodule update -f --init MegRay
pushd MegRay/third_party >/dev/null


Loading…
Cancel
Save