kszucs commented on a change in pull request #7658:
URL: https://github.com/apache/arrow/pull/7658#discussion_r451037044
##########
File path: cpp/cmake_modules/ThirdpartyToolchain.cmake
##########
@@ -2069,7 +2069,7 @@ macro(build_utf8proc)
"-DCMAKE_INSTALL_PREFIX=${UTF8PROC_PREFIX}"
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DCMAKE_INSTALL_LIBDIR=lib
- -DDBUILD_SHARED_LIBS=OFF)
+ -DBUILD_SHARED_LIBS=OFF)
Review comment:
~I think this was the original issue, because utf8proc wasn't available
from conda, so it was bundled.~
Nope, it's available from conda.
----------------------------------------------------------------
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]