assignUser commented on code in PR #36581:
URL: https://github.com/apache/arrow/pull/36581#discussion_r1257654614


##########
cpp/cmake_modules/FindgRPCAlt.cmake:
##########
@@ -45,6 +47,7 @@ if(GRPCPP_PC_FOUND)
                    HINTS ${GRPCPP_PC_STATIC_LIBRARY_DIRS})
       list(APPEND GRPCPP_LINK_LIBRARIES 
"${GRPCPP_LIBRARY_${GRPCPP_LIBRARY_NAME}}")
     endforeach()
+    list(APPEND GRPCPP_LINK_LIBRARIES Threads::Threads)

Review Comment:
   (I apparently had this open while it was merged ^^ so we can do it in 
another related PR)



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

Reply via email to