diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-22 15:22:21 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-22 15:22:21 +0300 |
commit | cb69ebfc910722a9ecfc2234d781f79e4a60fb60 (patch) | |
tree | 40adcfcf9bb46885103a78a1a85839293b8766f8 /contrib/libs/apache | |
parent | 7d32d59535c3c2cafd4f033fdabfd43b99049a24 (diff) | |
download | ydb-cb69ebfc910722a9ecfc2234d781f79e4a60fb60.tar.gz |
intermediate changes
ref:b4effc9582e42dfa79e9a44a91df283419947b3a
Diffstat (limited to 'contrib/libs/apache')
-rw-r--r-- | contrib/libs/apache/arrow/CMakeLists.txt | 3 | ||||
-rw-r--r-- | contrib/libs/apache/orc/CMakeLists.txt | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/contrib/libs/apache/arrow/CMakeLists.txt b/contrib/libs/apache/arrow/CMakeLists.txt index aa40b3dd92..20f336f42f 100644 --- a/contrib/libs/apache/arrow/CMakeLists.txt +++ b/contrib/libs/apache/arrow/CMakeLists.txt @@ -1,5 +1,3 @@ -find_package(ZLIB) - add_library(libs-apache-arrow) target_compile_options(libs-apache-arrow PUBLIC -DARROW_STATIC @@ -47,7 +45,6 @@ target_link_libraries(libs-apache-arrow PUBLIC contrib-libs-snappy contrib-libs-utf8proc contrib-libs-xxhash - ZLIB::ZLIB contrib-libs-zstd contrib-restricted-boost contrib-restricted-fast_float diff --git a/contrib/libs/apache/orc/CMakeLists.txt b/contrib/libs/apache/orc/CMakeLists.txt index 2daf3c5578..70e9663c6d 100644 --- a/contrib/libs/apache/orc/CMakeLists.txt +++ b/contrib/libs/apache/orc/CMakeLists.txt @@ -1,5 +1,3 @@ -find_package(ZLIB) - add_library(libs-apache-orc) target_include_directories(libs-apache-orc PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/apache/orc/c++/include @@ -12,7 +10,6 @@ target_link_libraries(libs-apache-orc PUBLIC contrib-libs-cxxsupp contrib-libs-lz4 contrib-libs-snappy - ZLIB::ZLIB contrib-libs-zstd contrib-libs-protobuf ) |