From 439ef6af9a7e455565e7247db8adeb2b10a70521 Mon Sep 17 00:00:00 2001 From: Aleksei Levushkin Date: Sun, 2 Feb 2020 16:36:59 +0300 Subject: [PATCH] turn off protobuf tests --- contrib/grpc-cmake/CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/contrib/grpc-cmake/CMakeLists.txt b/contrib/grpc-cmake/CMakeLists.txt index cc1c2b52b51..b1941ae508f 100644 --- a/contrib/grpc-cmake/CMakeLists.txt +++ b/contrib/grpc-cmake/CMakeLists.txt @@ -54,9 +54,10 @@ endif() # protobuf.cmake set(PROTOBUF_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../protobuf) -if(NOT protobuf_BUILD_TESTS) - set(protobuf_BUILD_TESTS OFF CACHE BOOL "Build protobuf tests") -endif() +# if(NOT protobuf_BUILD_TESTS) + # set(protobuf_BUILD_TESTS OFF CACHE BOOL "Build protobuf tests") +# endif() +set(protobuf_BUILD_TESTS OFF CACHE BOOL "Build protobuf tests") if(NOT protobuf_WITH_ZLIB) set(protobuf_WITH_ZLIB OFF CACHE BOOL "Build protobuf with zlib.") endif()