Unverified Commit 751bf978 authored by Yilun Chong's avatar Yilun Chong Committed by GitHub

Merge pull request #4974 from BSBandme/fix_benchmark

fix third_party/benchmark submodule init 
parents f6a7ca18 517dee8d
...@@ -90,8 +90,7 @@ $(benchmarks_protoc_outputs_proto2_header): protoc_middleman2 ...@@ -90,8 +90,7 @@ $(benchmarks_protoc_outputs_proto2_header): protoc_middleman2
initialize_submodule: initialize_submodule:
oldpwd=`pwd` oldpwd=`pwd`
cd $(top_srcdir)/third_party cd $(top_srcdir) && git submodule update --init -r third_party/benchmark
git submodule update --init -r
cd $(top_srcdir)/third_party/benchmark && cmake -DCMAKE_BUILD_TYPE=Release && make cd $(top_srcdir)/third_party/benchmark && cmake -DCMAKE_BUILD_TYPE=Release && make
cd $$oldpwd cd $$oldpwd
touch initialize_submodule touch initialize_submodule
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment