-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
The existing repo has source code for third party dependencies checked into the repo. The build system expects those dependencies in a certain place. This enforces that the built library conform to those exact dependencies without customization.
Managing third party dependencies is better handled through a build environment. It allows the library builder more flexibility over dependency versions and locations. It also cleans up the repo from this third party code.
Reporter: Kalon Mills / @kalaxy
Assignee: Kalon Mills / @kalaxy
Related issues:
Externally tracked issue: apache/parquet-cpp#16
Note: This issue was originally created as PARQUET-267. Please see the migration documentation for further details.