From fc2977bd945596074e26ed5fe3a3b8bc8a69d112 Mon Sep 17 00:00:00 2001 From: Yichen Wang <18348405+Aiee@users.noreply.github.com> Date: Mon, 15 Nov 2021 23:11:35 +0800 Subject: [PATCH] Avoid conflict with nebula ent (#3307) Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com> --- src/daemons/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemons/CMakeLists.txt b/src/daemons/CMakeLists.txt index ac98b67ff03..0fcbcbcd8d0 100644 --- a/src/daemons/CMakeLists.txt +++ b/src/daemons/CMakeLists.txt @@ -32,6 +32,7 @@ set(common_deps $ $ $ + $ ) set(storage_meta_deps @@ -130,7 +131,6 @@ nebula_add_executable( $ $ $ - $ ${common_deps} LIBRARIES ${PROXYGEN_LIBRARIES}