This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit f2ce76f7ab4d8e2b801daef3895cefdaa4b72909 Author: Alexey Serbin <[email protected]> AuthorDate: Tue Apr 16 22:43:36 2019 -0700 [master] remove tserver_service_proto from libmaster Removed tserver_service_proto from target_link_libraries() of the master library target. There are no functional changes in this patch. Change-Id: Iee425fc7558f48af32338941df7bd34465f313f2 Reviewed-on: http://gerrit.cloudera.org:8080/13054 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- src/kudu/master/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/kudu/master/CMakeLists.txt b/src/kudu/master/CMakeLists.txt index aeaaf44..a8098e8 100644 --- a/src/kudu/master/CMakeLists.txt +++ b/src/kudu/master/CMakeLists.txt @@ -69,8 +69,7 @@ target_link_libraries(master server_process tablet token_proto - tserver - tserver_service_proto) + tserver) # Tests SET_KUDU_TEST_LINK_LIBS(
