From b426723e9265c44cf0a387797c31375e05246288 Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Tue, 26 Oct 2021 17:18:13 +0800 Subject: [PATCH] feat(mgb/third_party): add gflags submodule GitOrigin-RevId: 71446b3c97c975ee9054363a42c079941563ebf0 --- third_party/prepare.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/prepare.sh b/third_party/prepare.sh index bfa1865cc..dc5fd046a 100755 --- a/third_party/prepare.sh +++ b/third_party/prepare.sh @@ -32,6 +32,7 @@ function git_submodule_update() { git submodule update -f --init cppzmq git submodule update -f --init OpenBLAS git submodule update -f --init cpuinfo + git submodule update -f --init gflags git submodule update -f --init MegRay pushd MegRay/third_party >/dev/null -- GitLab