[chore] Make build setting BUILD_META_TOOL optional. (#7948)
This commit is contained in:
@ -769,7 +769,7 @@ add_subdirectory(${SRC_DIR}/runtime)
|
||||
add_subdirectory(${SRC_DIR}/service)
|
||||
add_subdirectory(${SRC_DIR}/udf)
|
||||
|
||||
if (${BUILD_META_TOOL} STREQUAL "ON")
|
||||
if (BUILD_META_TOOL AND BUILD_META_TOOL STREQUAL "ON")
|
||||
add_subdirectory(${SRC_DIR}/tools)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user