jpfeuffer opened a new issue, #48885:
URL: https://github.com/apache/arrow/issues/48885
### Describe the bug, including details regarding any error messages,
version, and platform.
Our CI updated to 23 today and fails.
We are building static libarrow on Ubuntu using your apt.
It fails with:
```
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Arrow/ArrowTargets.cmake:80
(set_target_properties):
The link interface of target "Arrow::arrow_static" contains:
CURL::libcurl
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
```
You probably stopped bundling/static linking to curl.
But then you probably need to add a find_dependency call for it in your
cmake export config.
And add curl as an apt dependency.
### 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]