Skip to content

Commit

Permalink
[CH] Remove clickhouse-dep and add extern-local-engine (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuneng1994 authored Apr 14, 2023
1 parent db48ed9 commit 6528ff0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 117 deletions.
7 changes: 5 additions & 2 deletions utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ add_subdirectory (report)
# Not used in package
if (NOT DEFINED ENABLE_UTILS OR ENABLE_UTILS)
add_subdirectory (compressor)
add_subdirectory (local-engine)
add_subdirectory (clickhouse-dep)
if (ENABLE_EXTERN_LOCAL_ENGINE)
add_subdirectory (extern-local-engine)
else()
add_subdirectory (local-engine)
endif()
# add_subdirectory (iotest)
add_subdirectory (corrector_utf8)
add_subdirectory (zookeeper-cli)
Expand Down
115 changes: 0 additions & 115 deletions utils/clickhouse-dep/CMakeLists.txt

This file was deleted.

0 comments on commit 6528ff0

Please sign in to comment.