From 915f205fac0bfeeac7ba17026e66841da0e3b0b0 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Tue, 6 Feb 2018 12:09:56 +0200 Subject: [PATCH] fixed benchmarks with source --- ext/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ext/Makefile.am b/ext/Makefile.am index 13fa272316..b2685166c6 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -3,8 +3,3 @@ SUBDIRS = . if HAVE_GTEST_SOURCE SUBDIRS += gtest endif - -if HAVE_BENCHMARK_SOURCE -SUBDIRS += benchmark -endif - -- 2.47.2