cyb70289 commented on code in PR #13169:
URL: https://github.com/apache/arrow/pull/13169#discussion_r874297012
##########
cpp/CMakeLists.txt:
##########
@@ -827,11 +827,6 @@ if(ARROW_USE_XSIMD)
list(APPEND ARROW_STATIC_LINK_LIBS xsimd)
endif()
-if(ARROW_WITH_UCX)
- list(APPEND ARROW_LINK_LIBS ucx::ucx)
- list(APPEND ARROW_STATIC_LINK_LIBS ucx::ucx)
-endif()
-
Review Comment:
Removing it causes bundled ucx build error.
I'm not pretty sure of what this two lines does. Is it possible to include
the headers somewhere else? @kou
```
In file included from
../src/arrow/flight/transport/ucx/flight_transport_ucx_test.cc:33:
../src/arrow/flight/transport/ucx/ucx_internal.h:27:10: fatal error:
'ucp/api/ucp.h' file not found
#include <ucp/api/ucp.h>
^~~~~~~~~~~~~~~
1 error generated.
```
--
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]