arrow
arrow copied to clipboard
Arrow installation from source, include path not resolved
Hi!
I am installing Arrow libraries from source (because of custom gRPC service I use).
When I perfrom find_package of cmake, The include and library paths are not resolved and I need to define them manually as opposed to when installing the official arrow through apt.
Has anyone encountered this? am I doing something wrong?
Thanks
Hi @eligbr, sorry for such a later reply. Could you share the code you use to build Arrow C++ and the code you use to find the packages via CMake?