Skip to content

Commit

Permalink
ORC-1102: Upgrade ZSTD to 1.5.2 (apache#1026)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to upgrade ZSTD to 1.5.2.

### Why are the changes needed?

This will bring the latest bug fixes and improvements.
- https://github.com/facebook/zstd/releases/tag/v1.5.2

### How was this patch tested?

Pass the CIs.
  • Loading branch information
dongjoon-hyun authored and cxzl25 committed Jan 11, 2024
1 parent 52e4c19 commit 80ef29d
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 @@ -15,7 +15,7 @@ set(SNAPPY_VERSION "1.1.7")
set(ZLIB_VERSION "1.2.11")
set(GTEST_VERSION "1.8.0")
set(PROTOBUF_VERSION "3.5.1")
set(ZSTD_VERSION "1.5.1")
set(ZSTD_VERSION "1.5.2")

option(ORC_PREFER_STATIC_PROTOBUF "Prefer static protobuf library, if available" ON)
option(ORC_PREFER_STATIC_SNAPPY "Prefer static snappy library, if available" ON)
Expand Down

0 comments on commit 80ef29d

Please sign in to comment.