kou commented on PR #50606:
URL: https://github.com/apache/arrow/pull/50606#issuecomment-5063440157

   Could you try this?
   
   ```diff
   diff --git a/cpp/src/arrow/engine/CMakeLists.txt 
b/cpp/src/arrow/engine/CMakeLists.txt
   index adf98087ad..c610eea836 100644
   --- a/cpp/src/arrow/engine/CMakeLists.txt
   +++ b/cpp/src/arrow/engine/CMakeLists.txt
   @@ -72,8 +72,7 @@ endforeach()
    
    set(ARROW_SUBSTRAIT_TEST_LINK_LIBS ${ARROW_SUBSTRAIT_LINK_lIBS} 
${ARROW_TEST_LINK_LIBS})
    if(ARROW_TEST_LINKAGE STREQUAL "static")
   -  list(APPEND ARROW_SUBSTRAIT_TEST_LINK_LIBS arrow_substrait_static
   -       arrow_substrait_static)
   +  list(APPEND ARROW_SUBSTRAIT_TEST_LINK_LIBS arrow_substrait_static)
    else()
      list(APPEND ARROW_SUBSTRAIT_TEST_LINK_LIBS arrow_substrait_shared)
    endif()
   ```


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