This is an automated email from the ASF dual-hosted git repository.
william pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 1540c98c0 ORC-1828: [C++] Update LZ4 to 1.10.0
1540c98c0 is described below
commit 1540c98c0d47e226706c19fd7d3e94be13db0d4a
Author: William Hyun <[email protected]>
AuthorDate: Sun Jan 5 11:17:10 2025 -0800
ORC-1828: [C++] Update LZ4 to 1.10.0
### What changes were proposed in this pull request?
This PR aims to update LZ4 to 1.10.0.
### Why are the changes needed?
To use the latest version.
- https://github.com/lz4/lz4/releases/tag/v1.9.4
- https://github.com/lz4/lz4/releases/tag/v1.10.0
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2103 from williamhyun/ORC-1828.
Authored-by: William Hyun <[email protected]>
Signed-off-by: William Hyun <[email protected]>
---
cmake_modules/ThirdpartyToolchain.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake_modules/ThirdpartyToolchain.cmake
b/cmake_modules/ThirdpartyToolchain.cmake
index a9c9bb146..017e6c5b8 100644
--- a/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cmake_modules/ThirdpartyToolchain.cmake
@@ -20,7 +20,7 @@ set(ORC_SYSTEM_DEPENDENCIES)
set(ORC_INSTALL_INTERFACE_TARGETS)
set(ORC_FORMAT_VERSION "1.0.0")
-set(LZ4_VERSION "1.9.3")
+set(LZ4_VERSION "1.10.0")
set(SNAPPY_VERSION "1.2.1")
set(ZLIB_VERSION "1.3.1")
set(GTEST_VERSION "1.12.1")