mikelui opened a new pull request, #34745:
URL: https://github.com/apache/arrow/pull/34745

   ### Rationale for this change
   
   Prior 240ebb75b57bb05551c9103ec3dee11c23fd0aca , both dynamic and static 
libraries would be built.
   
   After, only dynamic shared libraries were being built.
   
   This change at least gives the user the option to build dynamic or static 
libs with the `BUILD_SHARED_LIBS` cmake variable
   
   See: https://cmake.org/cmake/help/latest/command/add_library.html
   
   ### What changes are included in this PR?
   
   CMake build change
   
   ### Are these changes tested?
   
   Yes, build with default value, and `-DBUILD_SHARED_LIBS=OFF`
   
   For the former, got dynamic libarrow_python libs, for the latter got static 
libarrow_python archive
   
   ### Are there any user-facing changes?
   
   No, default stays the same


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