We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad2d43 commit dc60d55Copy full SHA for dc60d55
utils/CMakeLists.txt
@@ -16,9 +16,6 @@ add_subdirectory (report)
16
# Not used in package
17
if (ENABLE_UTILS)
18
add_subdirectory (compressor)
19
- if (ENABLE_EXTERN_LOCAL_ENGINE)
20
- add_subdirectory (extern-local-engine)
21
- endif()
22
# add_subdirectory (iotest)
23
add_subdirectory (corrector_utf8)
24
add_subdirectory (zookeeper-cli)
@@ -32,3 +29,7 @@ if (ENABLE_UTILS)
32
29
add_subdirectory (keeper-data-dumper)
33
30
add_subdirectory (memcpy-bench)
34
31
endif ()
+
+if (ENABLE_EXTERN_LOCAL_ENGINE)
+ add_subdirectory (extern-local-engine)
35
+endif()
0 commit comments