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 2021/12/03 15:29:37 UTC

[GitHub] [arrow] bkietz commented on a change in pull request #11810: ARROW-9648: [C++] Added compression level parameter to LZ4_FRAME compression codec

bkietz commented on a change in pull request #11810:
URL: https://github.com/apache/arrow/pull/11810#discussion_r762032552



##########
File path: cpp/cmake_modules/ThirdpartyToolchain.cmake
##########
@@ -2113,7 +2113,12 @@ macro(build_lz4)
 endmacro()
 
 if(ARROW_WITH_LZ4)
-  resolve_dependency(Lz4 PC_PACKAGE_NAMES liblz4)
+  set(ARROW_LZ4_REQUIRED_VERSION "1.8.0")

Review comment:
       Do we need this now that the call to `LZ4F_compressionLevel_max` is guarded by an `#if`?




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org