This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 03f5fc2  [chore] Make build setting BUILD_META_TOOL optional. (#7948)
03f5fc2 is described below

commit 03f5fc2b0bcd749daff03bee2393ea147d71c75c
Author: Adonis Ling <adonis0...@gmail.com>
AuthorDate: Mon Feb 7 16:06:42 2022 +0800

    [chore] Make build setting BUILD_META_TOOL optional. (#7948)
---
 be/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/CMakeLists.txt b/be/CMakeLists.txt
index 9a9f0f1..6bf9813 100644
--- a/be/CMakeLists.txt
+++ b/be/CMakeLists.txt
@@ -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()
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to