mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
turn off protobuf tests
This commit is contained in:
parent
0eca2dd5ca
commit
439ef6af9a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user