alibaba/GraphScope

Install boost components only to reduce the wheel size

Aberta

#976 aberto em 11 de nov. de 2021

 (1 comentário) (0 reação) (1 responsável)HTML (301 forks)batch import
component:dev-infragood first issuepriority:low

Métricas do repositório

Stars
 (2.401 estrelas)
Métricas de merge de PR
 (Mesclagem média 1m) (8 fundiu PRs em 30d)

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

Guia do colaborador