Skip to content

A simple cmake file for using example parquet snippets  #28716

@asfimport

Description

@asfimport

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:

Note: This issue was originally created as ARROW-13000. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions