alibaba/GraphScope

Install boost components only to reduce the wheel size

Open

#976 geöffnet am 11. Nov. 2021

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)HTML (301 Forks)batch import
component:dev-infragood first issuepriority:low

Repository-Metriken

Stars
 (2.401 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 1m) (8 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide