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 (2.401 Stars) (301 Forks)batch import
component:dev-infragood first issuepriority:low

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