Skip to content

Commit

Permalink
Avoid conflict with nebula ent (#3307)
Browse files Browse the repository at this point in the history
Co-authored-by: Yee <[email protected]>
  • Loading branch information
Aiee and yixinglu authored Nov 15, 2021
1 parent be4d5bb commit fc2977b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daemons/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ set(common_deps
$<TARGET_OBJECTS:time_utils_obj>
$<TARGET_OBJECTS:version_obj>
$<TARGET_OBJECTS:ssl_obj>
$<TARGET_OBJECTS:geo_index_obj>
)

set(storage_meta_deps
Expand Down Expand Up @@ -130,7 +131,6 @@ nebula_add_executable(
$<TARGET_OBJECTS:graph_obj>
$<TARGET_OBJECTS:ft_es_graph_adapter_obj>
$<TARGET_OBJECTS:storage_thrift_obj>
$<TARGET_OBJECTS:geo_index_obj>
${common_deps}
LIBRARIES
${PROXYGEN_LIBRARIES}
Expand Down

0 comments on commit fc2977b

Please sign in to comment.