kabicm opened a new issue, #38583:
URL: https://github.com/apache/arrow/issues/38583
### Describe the usage question you have. Please include as many useful
details as possible.
It seems `FindArrow.cmake` file is removed from releases after 9.0.0. When
using the newer Arrow versions (14.0.0), I am getting the following cmake error:
```
Could not find a package configuration file named "FindArrow.cmake"
provided by package "Arrow".
Add the installation prefix of "Arrow" to CMAKE_PREFIX_PATH or set
"Arrow_DIR" to a directory containing one of the above files. If "Arrow"
provides a separate development package or SDK, be sure it has been
installed.
```
With versions prior to 9.0.0, this is not a problem, since they are shipped
with FindArrow.cmake. Should I simply use the FindArrow.cmake from version
9.0.0 with version 14.0.0?
### Component(s)
C++
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]