I built arrow 12.0.1. When rebuilding GDAL it auto-detected it and all
is well. I probably should have just done that in the first place.
Thanks for the help Even!
On 7/26/23 13:21, Even Rouault wrote:
You would need to build arrow-cpp and install it. If you install it in
the /usr prefix, GDAL
You would need to build arrow-cpp and install it. If you install it in
the /usr prefix, GDAL CMake will autodetect it. Otherwise you'll have to
pass -DArrow_DIR=${install_prefix}/lib/cmake/Arrow
you may also install a prebuilt arrow-cpp package: cf
https://arrow.apache.org/install/ and GDAL C