aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorYilun Chong <yilunchong@google.com>2018-02-01 11:11:00 -0800
committerYilun Chong <yilunchong@google.com>2018-02-01 11:11:00 -0800
commit7f1491506c60909203d2491bb1634076fb7bfe28 (patch)
tree7ea5fb70cbbd3bc0fd46cc02e9016f402c30d605 /benchmarks
parent6456e5d6462e8c3d21d6afd64420dbd028ea3245 (diff)
downloadprotobuf-7f1491506c60909203d2491bb1634076fb7bfe28.tar.gz
protobuf-7f1491506c60909203d2491bb1634076fb7bfe28.tar.bz2
protobuf-7f1491506c60909203d2491bb1634076fb7bfe28.zip
upgrade submodule
Diffstat (limited to 'benchmarks')
-rwxr-xr-xbenchmarks/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/Makefile.am b/benchmarks/Makefile.am
index cfb1d5b9..cdda92ba 100755
--- a/benchmarks/Makefile.am
+++ b/benchmarks/Makefile.am
@@ -104,7 +104,7 @@ initialize_submodule:
oldpwd=`pwd`
cd $(top_srcdir)/third_party
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
touch initialize_submodule