alibaba/GraphScope

Install boost components only to reduce the wheel size

Open

#976 建立於 2021年11月11日

在 GitHub 查看
 (1 留言) (0 反應) (1 負責人)HTML (301 fork)batch import
component:dev-infragood first issuepriority:low

倉庫指標

Star
 (2,401 star)
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

貢獻者指南