alibaba/GraphScope

Install boost components only to reduce the wheel size

Open

#976 aperta il 11 nov 2021

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)HTML (301 fork)batch import
component:dev-infragood first issuepriority:low

Metriche repository

Star
 (2401 star)
Metriche merge PR
 (Merge medio 1m) (8 PR mergiate in 30 g)

Descrizione

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

Guida contributor