To wire the brew installed version to the downstream project I used the following snippet.
find_package(ArrowCONFIGREQUIRED) find_package(ParquetCONFIGREQUIREDPATHS /usr/local/lib/cmake/arrowNO_DEFAULT_PATH) target_link_libraries(databasePRIVATEarrow_sharedparquet_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:
Note: This issue was originally created as ARROW-13000. Please see the migration documentation for further details.
To wire the brew installed version to the downstream project I used the following snippet.
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:
Note: This issue was originally created as ARROW-13000. Please see the migration documentation for further details.