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

貢獻者指南