Return clickhouse-git-import

This commit is contained in:
Alexey Milovidov 2020-12-19 00:04:03 +03:00
parent 8f2a2b4bbb
commit 9c3fbc9ac6

View File

@ -52,8 +52,7 @@ else()
endif() endif()
if (NOT ENABLE_CLICKHOUSE_CLIENT) if (NOT ENABLE_CLICKHOUSE_CLIENT)
message(WARNING "ClickHouse client mode is not going to be built. You won't be able to connect to the server and run message(WARNING "ClickHouse client mode is not going to be built. You won't be able to connect to the server and run tests")
tests")
else() else()
message(STATUS "Client mode: ON") message(STATUS "Client mode: ON")
endif() endif()
@ -112,6 +111,12 @@ else()
message(STATUS "ClickHouse install: OFF") message(STATUS "ClickHouse install: OFF")
endif() endif()
if (ENABLE_CLICKHOUSE_GIT_IMPORT)
message(STATUS "ClickHouse git-import: ON")
else()
message(STATUS "ClickHouse git-import: OFF")
endif()
if(NOT (MAKE_STATIC_LIBRARIES OR SPLIT_SHARED_LIBRARIES)) if(NOT (MAKE_STATIC_LIBRARIES OR SPLIT_SHARED_LIBRARIES))
set(CLICKHOUSE_ONE_SHARED ON) set(CLICKHOUSE_ONE_SHARED ON)
endif() endif()