Skip to content

Commit

Permalink
ORC-1829: [C++] Update ZSTD to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhyun committed Jan 5, 2025
1 parent 6571e22 commit d91a8df
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 @@ -25,7 +25,7 @@ set(SNAPPY_VERSION "1.2.1")
set(ZLIB_VERSION "1.2.11")
set(GTEST_VERSION "1.12.1")
set(PROTOBUF_VERSION "3.5.1")
set(ZSTD_VERSION "1.5.5")
set(ZSTD_VERSION "1.5.6")

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 d91a8df

Please sign in to comment.