Skip to content

Commit

Permalink
ORC-1828: [C++] Update LZ4 to 1.10.0
Browse files Browse the repository at this point in the history
### 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]>
  • Loading branch information
williamhyun committed Jan 5, 2025
1 parent 1722f14 commit 1540c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 1540c98

Please sign in to comment.