Skip to content

Commit

Permalink
Make schema_obj depend on meta_thrift_obj explicitly (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutor authored and laura-ding committed May 21, 2019
1 parent e0e4de1 commit 147a280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_library(
ServerBasedSchemaManager.cpp
NebulaSchemaProvider.cpp
)
add_dependencies(schema_obj base_obj)
add_dependencies(schema_obj base_obj common_thrift_obj meta_thrift_obj)


add_library(
Expand Down

0 comments on commit 147a280

Please sign in to comment.