Fixed the linking issue for the distributed cli.
Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/dff4a145 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/dff4a145 Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/dff4a145 Branch: refs/heads/collision-free-agg Commit: dff4a145e2c2d3d7b84fb259e48e425310a52a8a Parents: 259cd5e Author: Zuyu Zhang <zu...@apache.org> Authored: Tue Jan 31 12:19:00 2017 -0800 Committer: Zuyu Zhang <zu...@apache.org> Committed: Tue Jan 31 12:19:00 2017 -0800 ---------------------------------------------------------------------- cli/distributed/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/dff4a145/cli/distributed/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/cli/distributed/CMakeLists.txt b/cli/distributed/CMakeLists.txt index a00ffda..1069abd 100644 --- a/cli/distributed/CMakeLists.txt +++ b/cli/distributed/CMakeLists.txt @@ -28,6 +28,7 @@ target_link_libraries(quickstep_cli_distributed_Cli glog quickstep_catalog_CatalogRelation quickstep_cli_Flags + quickstep_cli_LineReader quickstep_cli_PrintToScreen quickstep_cli_distributed_Role quickstep_parser_ParseStatement