mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Return clickhouse-git-import
This commit is contained in:
parent
8f2a2b4bbb
commit
9c3fbc9ac6
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user