This is an automated email from the ASF dual-hosted git repository.

gangwu 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 cb5388e  ORC-813: [C++] Upgrade ZSTD to v1.5.0
cb5388e is described below

commit cb5388e23433a930162d736cd48c9426ab6fd94b
Author: David Christle <[email protected]>
AuthorDate: Wed Jun 9 19:35:26 2021 -0700

    ORC-813: [C++] Upgrade ZSTD to v1.5.0
    
    This closes #715
---
 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 2b28816..fe2034a 100644
--- a/cmake_modules/ThirdpartyToolchain.cmake
+++ b/cmake_modules/ThirdpartyToolchain.cmake
@@ -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.4.5")
+set(ZSTD_VERSION "1.5.0")
 
 option(ORC_PREFER_STATIC_PROTOBUF "Prefer static protobuf library, if 
available" ON)
 option(ORC_PREFER_STATIC_SNAPPY   "Prefer static snappy library, if available" 
  ON)

Reply via email to