mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
003cdbcf60
Otherwise incorrect zookeeper (w/o log) will be used in clickhouse server itself.
3 lines
145 B
CMake
3 lines
145 B
CMake
add_executable (config-processor config-processor.cpp)
|
|
target_link_libraries(config-processor PRIVATE clickhouse_common_config_no_zookeeper_log)
|