Re-add conditional keeper-data-dumper under the new name

This commit is contained in:
Denis Glazachev 2021-03-30 14:37:55 +04:00
parent 574547bd41
commit 11ce01c0aa

View File

@ -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 (keeper-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 (keeper-data-dumper)
endif ()
if (NOT OS_DARWIN)
add_subdirectory (memcpy-bench)
endif ()