wjones127 commented on a change in pull request #12230:
URL: https://github.com/apache/arrow/pull/12230#discussion_r791176066
##########
File path: cpp/cmake_modules/BuildUtils.cmake
##########
@@ -370,7 +370,7 @@ function(ADD_ARROW_LIB LIB_NAME)
target_link_libraries(${LIB_NAME}_shared
LINK_PUBLIC
- "$<BUILD_INTERFACE:${ARG_SHARED_LINK_LIBS}>"
+ ${ARG_SHARED_LINK_LIBS}
Review comment:
I can show a full log later, but I've described what I was seeing in
this Jira comment:
https://issues.apache.org/jira/browse/ARROW-13470?focusedCommentId=17480335
--
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]