Skip to content

Commit

Permalink
enable external local engine without enable utils
Browse files Browse the repository at this point in the history
  • Loading branch information
lwz9103 committed May 23, 2023
1 parent 3ad2d43 commit dc60d55
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ add_subdirectory (report)
# Not used in package
if (ENABLE_UTILS)
add_subdirectory (compressor)
if (ENABLE_EXTERN_LOCAL_ENGINE)
add_subdirectory (extern-local-engine)
endif()
# add_subdirectory (iotest)
add_subdirectory (corrector_utf8)
add_subdirectory (zookeeper-cli)
Expand All @@ -32,3 +29,7 @@ if (ENABLE_UTILS)
add_subdirectory (keeper-data-dumper)
add_subdirectory (memcpy-bench)
endif ()

if (ENABLE_EXTERN_LOCAL_ENGINE)
add_subdirectory (extern-local-engine)
endif()

0 comments on commit dc60d55

Please sign in to comment.