raulcd commented on code in PR #14045:
URL: https://github.com/apache/arrow/pull/14045#discussion_r962998643
##########
cpp/cmake_modules/BuildUtils.cmake:
##########
@@ -155,7 +155,8 @@ function(arrow_install_cmake_package PACKAGE_NAME
EXPORT_NAME)
set(CONFIG_CMAKE "${PACKAGE_NAME}Config.cmake")
set(BUILT_CONFIG_CMAKE "${CMAKE_CURRENT_BINARY_DIR}/${CONFIG_CMAKE}")
configure_package_config_file("${CONFIG_CMAKE}.in" "${BUILT_CONFIG_CMAKE}"
- INSTALL_DESTINATION
"${ARROW_CMAKE_DIR}/${PACKAGE_NAME}")
+ INSTALL_DESTINATION
"${ARROW_CMAKE_DIR}/${PACKAGE_NAME}"
+ NO_CHECK_REQUIRED_COMPONENTS_MACRO)
Review Comment:
@kou I am not sure if the solution to this issue should be to not add the
required components macro or fix CMake to force finding the required components
before. Let me know what do you think
--
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]