rok commented on a change in pull request #11889:
URL: https://github.com/apache/arrow/pull/11889#discussion_r821697130
##########
File path: cpp/src/arrow/CMakeLists.txt
##########
@@ -534,7 +534,7 @@ else()
endif()
if(ARROW_BUILD_BUNDLED_DEPENDENCIES)
- string(APPEND ARROW_PC_LIBS_PRIVATE " -larrow_bundled_dependencies")
+ set(ARROW_STATIC_INSTALL_INTERFACE_LIBS_REAL
${ARROW_STATIC_INSTALL_INTERFACE_LIBS})
Review comment:
Removing `_REAL`. It works for me locally, waiting or tests.
--
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]