From e5a5a5b5ee461b8dabada97b49daeca68cdeb62b Mon Sep 17 00:00:00 2001 From: Bill Feng Date: Mon, 18 Mar 2019 17:24:40 -0700 Subject: [PATCH] attempt #2 at fixing CMake builds --- cmake/benchmark.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/benchmark.cmake b/cmake/benchmark.cmake index f6b7bebd47c..ff95ed86a25 100644 --- a/cmake/benchmark.cmake +++ b/cmake/benchmark.cmake @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set(BENCHMARK_ENABLE_GTEST_TESTS OFF) +set(BENCHMARK_ENABLE_GTEST_TESTS OFF CACHE BOOL "Turn off gTest in gBenchmark") if("${gRPC_BENCHMARK_PROVIDER}" STREQUAL "module") if(NOT BENCHMARK_ROOT_DIR)