pitrou commented on a change in pull request #8218:
URL: https://github.com/apache/arrow/pull/8218#discussion_r491975226
##########
File path: cpp/cmake_modules/ThirdpartyToolchain.cmake
##########
@@ -2697,6 +2703,10 @@ if(ARROW_S3)
sts)
endif()
+ if(DEFINED ENV{CONDA_PREFIX})
+ unset(BUILD_SHARED_LIBS)
Review comment:
You're unsetting it even if it was already set.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]