Unverified Commit 9717d6fa authored by Yilun Chong's avatar Yilun Chong Committed by GitHub

Merge pull request #4265 from BSBandme/upgrade_benchmark_submodule

Upgrade benchmark submodule
parents 4e2bd9e6 7f149150
...@@ -104,7 +104,7 @@ initialize_submodule: ...@@ -104,7 +104,7 @@ initialize_submodule:
oldpwd=`pwd` oldpwd=`pwd`
cd $(top_srcdir)/third_party cd $(top_srcdir)/third_party
git submodule update --init -r 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 -DBENCHMARK_ENABLE_GTEST_TESTS=OFF && make
cd $$oldpwd cd $$oldpwd
touch initialize_submodule touch initialize_submodule
......
Subproject commit 360e66c1c4777c99402cf8cd535aa510fee16573 Subproject commit 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8
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