raulcd commented on code in PR #14045:
URL: https://github.com/apache/arrow/pull/14045#discussion_r963019411


##########
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:
   It does seem the Appveyor failure is related:
   ```
   -- Detecting CXX compile features - done
   CMake Error at 
C:/Miniconda38-x64/envs/arrow/Library/lib/cmake/Arrow/ArrowConfig.cmake:178 
(check_required_components):
     Unknown CMake command "check_required_components".
   Call Stack (most recent call first):
     CMakeLists.txt:63 (find_package)
   ```



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to