mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
8 lines
251 B
CMake
8 lines
251 B
CMake
if (NOT TARGET ch_contrib::nuraft)
|
|
message (WARNING "Not building keeper-data-dumper due to nuraft is disabled")
|
|
return ()
|
|
endif ()
|
|
|
|
clickhouse_add_executable(keeper-data-dumper main.cpp)
|
|
target_link_libraries(keeper-data-dumper PRIVATE dbms)
|