Skip to content

Commit 6528ff0

Browse files
authored
[CH] Remove clickhouse-dep and add extern-local-engine (#430)
1 parent db48ed9 commit 6528ff0

File tree

2 files changed

+5
-117
lines changed

2 files changed

+5
-117
lines changed

utils/CMakeLists.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ add_subdirectory (report)
1616
# Not used in package
1717
if (NOT DEFINED ENABLE_UTILS OR ENABLE_UTILS)
1818
add_subdirectory (compressor)
19-
add_subdirectory (local-engine)
20-
add_subdirectory (clickhouse-dep)
19+
if (ENABLE_EXTERN_LOCAL_ENGINE)
20+
add_subdirectory (extern-local-engine)
21+
else()
22+
add_subdirectory (local-engine)
23+
endif()
2124
# add_subdirectory (iotest)
2225
add_subdirectory (corrector_utf8)
2326
add_subdirectory (zookeeper-cli)

utils/clickhouse-dep/CMakeLists.txt

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)