-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
To wire the brew installed version to the downstream project I used the following snippet.
find_package(Arrow CONFIG REQUIRED)
find_package(Parquet CONFIG REQUIRED PATHS /usr/local/lib/cmake/arrow NO_DEFAULT_PATH) target_link_libraries(database PRIVATE arrow_shared parquet_shared) Not sure if this is the right way. None of the examples given on the docs show a good example of cmake for using parquet in a downstream project.
Environment: OSX
Reporter: Amir Ghamarian
Related issues:
- [C++] CMake's find_package(Parquet) does not find Parquet with Arrow 3.0.0 (is duplicated by)
Note: This issue was originally created as ARROW-13000. Please see the migration documentation for further details.