alibaba/GraphScope

Install boost components only to reduce the wheel size

Open

#976 ouverte le 11 nov. 2021

Voir sur GitHub
 (1 commentaire) (0 réactions) (1 assigné)HTML (301 forks)batch import
component:dev-infragood first issuepriority:low

Métriques du dépôt

Stars
 (2 401 stars)
Métriques de merge PR
 (Merge moyen 1m) (8 PRs mergées en 30 j)

Description

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

Guide contributeur