alibaba/GraphScope

Install boost components only to reduce the wheel size

Open

#976 创建于 2021年11月11日

在 GitHub 查看
 (1 评论) (0 反应) (1 负责人)HTML (2,401 star) (301 fork)batch import
component:dev-infragood first issuepriority:low

描述

as titled.

Since we only used components of boost in the cmake

find_package(Boost REQUIRED COMPONENTS system filesystem
             # required by folly
             context program_options regex thread)

ref: https://stackoverflow.com/questions/64260772/cmake-proper-way-to-install-boost-component-libraries-with-project

贡献者指南