kou commented on code in PR #13466:
URL: https://github.com/apache/arrow/pull/13466#discussion_r910375497


##########
cpp/cmake_modules/ThirdpartyToolchain.cmake:
##########
@@ -3970,6 +3970,9 @@ macro(build_google_cloud_cpp_storage)
   if(ABSL_VENDORED)
     list(APPEND GOOGLE_CLOUD_CPP_PREFIX_PATH_LIST ${ABSL_PREFIX})
   endif()
+  if(TARGET zlib_ep)

Review Comment:
   Could you add `set(ZLIB_VENDORED TRUE)` to `build_zlib()` and use it instead 
of `TARGET zlib_ep` like others?



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