You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/09/21 11:41:57 UTC

[GitHub] [arrow] pitrou commented on a change in pull request #8218: ARROW-10037: [C++] Workaround to force find AWS SDK to look for shared libraries

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:
users@infra.apache.org