kou commented on issue #36117:
URL: https://github.com/apache/arrow/issues/36117#issuecomment-1593958331

   Hmm... Could you add a debug message and run again?
   
   ```diff
   diff --git a/cpp/cmake_modules/BuildUtils.cmake 
b/cpp/cmake_modules/BuildUtils.cmake
   index aaf4b0bb5..3bf44c4d2 100644
   --- a/cpp/cmake_modules/BuildUtils.cmake
   +++ b/cpp/cmake_modules/BuildUtils.cmake
   @@ -140,7 +140,7 @@ function(arrow_create_merged_static_lib output_target)
                        ${BUNDLE_COMMAND}
                        DEPENDS ${ARG_ROOT} ${ARG_TO_MERGE}
                        BYPRODUCTS ${output_lib_path}
   -                    COMMENT "Bundling ${output_lib_path}"
   +                    COMMENT "Bundling ${output_lib_path}: ${BUNDLE_COMMAND}"
                        VERBATIM)
    
      message(STATUS "Creating bundled static library target ${output_target} 
at ${output_lib_path}"
   ```


-- 
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]

Reply via email to