mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Skip nukeeper-data-dumper when USE_NURAFT is not true
This commit is contained in:
parent
f98505c112
commit
3f69c74b0d
@ -21,7 +21,6 @@ if (NOT DEFINED ENABLE_UTILS OR ENABLE_UTILS)
|
||||
add_subdirectory (corrector_utf8)
|
||||
add_subdirectory (zookeeper-cli)
|
||||
add_subdirectory (zookeeper-test)
|
||||
add_subdirectory (nukeeper-data-dumper)
|
||||
add_subdirectory (zookeeper-dump-tree)
|
||||
add_subdirectory (zookeeper-remove-by-list)
|
||||
add_subdirectory (zookeeper-create-entry-to-download-part)
|
||||
@ -34,6 +33,10 @@ if (NOT DEFINED ENABLE_UTILS OR ENABLE_UTILS)
|
||||
add_subdirectory (wal-dump)
|
||||
add_subdirectory (check-mysql-binlog)
|
||||
|
||||
if (USE_NURAFT)
|
||||
add_subdirectory (nukeeper-data-dumper)
|
||||
endif ()
|
||||
|
||||
if (NOT OS_DARWIN)
|
||||
add_subdirectory (memcpy-bench)
|
||||
endif ()
|
||||
|
Loading…
Reference in New Issue
Block a user