arrow icon indicating copy to clipboard operation
arrow copied to clipboard

Arrow installation from source, include path not resolved

Open eligbr opened this issue 3 years ago • 1 comments

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

eligbr avatar Feb 13 '22 13:02 eligbr

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?

AlenkaF avatar Oct 12 '22 07:10 AlenkaF