alibaba/GraphScope

Install boost components only to reduce the wheel size

开放

#976 创建于 2021年11月11日

 (1 条评论) (0 个反应) (1 位负责人)HTML (301 个派生)batch import
component:dev-infragood first issuepriority:low

仓库指标

星标
 (2,401 个星标)
PR 合并指标
 (平均合并 1分钟) (30 天内合并 8 个 PR)

描述

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

贡献者指南