You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/17 02:15:26 UTC

[GitHub] [arrow] cyb70289 commented on a diff in pull request #13169: ARROW-16588: [C++][FlightRPC] Don't subclass GTest in test helpers

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:
   
   
   ```
   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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org