From 80cdfc6423c45e53fab508c9a3d1482752c20c58 Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Tue, 21 Dec 2021 20:26:28 +0800 Subject: [PATCH] feat(mge): add cpp_redis and tacopie submodule GitOrigin-RevId: 0d1d54f856507a449be3a4762490492f26ddb380 --- third_party/prepare.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/third_party/prepare.sh b/third_party/prepare.sh index dc5fd046..7ed44278 100755 --- a/third_party/prepare.sh +++ b/third_party/prepare.sh @@ -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