Skip to content

Commit 8066113

Browse files
lwz9103kyligence-git
authored andcommitted
enable external local engine without enable utils
1 parent 6adb446 commit 8066113

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

utils/CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ add_subdirectory (report)
1616
# Not used in package
1717
if (ENABLE_UTILS)
1818
add_subdirectory (compressor)
19-
if (ENABLE_EXTERN_LOCAL_ENGINE)
20-
add_subdirectory (extern-local-engine)
21-
endif()
2219
# add_subdirectory (iotest)
2320
add_subdirectory (corrector_utf8)
2421
add_subdirectory (zookeeper-cli)
@@ -32,3 +29,7 @@ if (ENABLE_UTILS)
3229
add_subdirectory (keeper-data-dumper)
3330
add_subdirectory (memcpy-bench)
3431
endif ()
32+
33+
if (ENABLE_EXTERN_LOCAL_ENGINE)
34+
add_subdirectory (extern-local-engine)
35+
endif()

0 commit comments

Comments
 (0)