diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-24 17:52:14 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-24 17:52:14 +0300 |
commit | 154700b20366969d89b7f6b6ffcedf6be3a1deae (patch) | |
tree | 84c3ecf3cb6ca91983676fe6b79f0904d66a9462 /contrib/libs/apache | |
parent | e593c74c608a3cd3ec6189c63ec44ed28616340e (diff) | |
download | ydb-154700b20366969d89b7f6b6ffcedf6be3a1deae.tar.gz |
intermediate changes
ref:70ac1bca1acbb458c863fb4686263967ea009057
Diffstat (limited to 'contrib/libs/apache')
-rw-r--r-- | contrib/libs/apache/arrow/CMakeLists.txt | 2 | ||||
-rw-r--r-- | contrib/libs/apache/orc/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/apache/arrow/CMakeLists.txt b/contrib/libs/apache/arrow/CMakeLists.txt index aa40b3dd92..fc5752c54a 100644 --- a/contrib/libs/apache/arrow/CMakeLists.txt +++ b/contrib/libs/apache/arrow/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package(ZLIB) +find_package(ZLIB REQUIRED) add_library(libs-apache-arrow) target_compile_options(libs-apache-arrow PUBLIC diff --git a/contrib/libs/apache/orc/CMakeLists.txt b/contrib/libs/apache/orc/CMakeLists.txt index 2daf3c5578..3dea41a2dc 100644 --- a/contrib/libs/apache/orc/CMakeLists.txt +++ b/contrib/libs/apache/orc/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package(ZLIB) +find_package(ZLIB REQUIRED) add_library(libs-apache-orc) target_include_directories(libs-apache-orc PRIVATE |