You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/05/02 22:16:16 UTC

[GitHub] [arrow] lidavidm commented on a diff in pull request #35387: GH-34523: [C++] Avoid mixing bundled Abseil and system Abseil

lidavidm commented on code in PR #35387:
URL: https://github.com/apache/arrow/pull/35387#discussion_r1183093937


##########
cpp/src/arrow/flight/CMakeLists.txt:
##########
@@ -238,13 +238,19 @@ add_arrow_lib(arrow_flight
               SHARED_LINK_FLAGS
               ${ARROW_VERSION_SCRIPT_FLAGS} # Defined in cpp/arrow/CMakeLists.txt
               SHARED_LINK_LIBS
-              arrow_shared
+              # We must use gPRC::grpc++ first. If gRPC::grpc++

Review Comment:
   ```suggestion
                 # We must use gRPC::grpc++ first. If gRPC::grpc++
   ```



-- 
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