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 /library/cpp/blockcodecs | |
parent | 7d32d59535c3c2cafd4f033fdabfd43b99049a24 (diff) | |
download | ydb-cb69ebfc910722a9ecfc2234d781f79e4a60fb60.tar.gz |
intermediate changes
ref:b4effc9582e42dfa79e9a44a91df283419947b3a
Diffstat (limited to 'library/cpp/blockcodecs')
-rw-r--r-- | library/cpp/blockcodecs/codecs/zlib/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.txt b/library/cpp/blockcodecs/codecs/zlib/CMakeLists.txt index 339dab43cb..2284756aba 100644 --- a/library/cpp/blockcodecs/codecs/zlib/CMakeLists.txt +++ b/library/cpp/blockcodecs/codecs/zlib/CMakeLists.txt @@ -1,10 +1,7 @@ -find_package(ZLIB) - add_library(blockcodecs-codecs-zlib INTERFACE) target_link_libraries(blockcodecs-codecs-zlib INTERFACE contrib-libs-cxxsupp yutil - ZLIB::ZLIB cpp-blockcodecs-core ) |