Install boost components only to reduce the wheel size
Open
component:dev-infra
good first issue
priority:low
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
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
Contributor guide
Assessment
This issue has not been assessed yet.