rok commented on a change in pull request #11889:
URL: https://github.com/apache/arrow/pull/11889#discussion_r821174234
##########
File path: cpp/cmake_modules/BuildUtils.cmake
##########
@@ -239,8 +239,7 @@ function(ADD_ARROW_LIB LIB_NAME)
PRIVATE_INCLUDES
DEPENDENCIES
SHARED_INSTALL_INTERFACE_LIBS
- STATIC_INSTALL_INTERFACE_LIBS
- OUTPUT_PATH)
Review comment:
Restored.
##########
File path: cpp/src/arrow/ArrowConfig.cmake.in
##########
@@ -79,11 +80,12 @@ if(NOT (TARGET arrow_shared OR TARGET arrow_static))
PROPERTIES
IMPORTED_LOCATION
"${arrow_lib_dir}/${CMAKE_STATIC_LIBRARY_PREFIX}arrow_bundled_dependencies${CMAKE_STATIC_LIBRARY_SUFFIX}"
- )
-
+ INTERFACE_LINK_LIBRARIES
+ ${ARROW_STATIC_INSTALL_INTERFACE_LIBS}
Review comment:
Done.
--
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]