summaryrefslogtreecommitdiffstats
path: root/library/cpp/http
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/http')
-rw-r--r--library/cpp/http/fetch/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/cpp/http/fetch/CMakeLists.txt b/library/cpp/http/fetch/CMakeLists.txt
index 52f844c8d16..bacb742a054 100644
--- a/library/cpp/http/fetch/CMakeLists.txt
+++ b/library/cpp/http/fetch/CMakeLists.txt
@@ -1,10 +1,7 @@
-find_package(ZLIB)
-
add_library(cpp-http-fetch)
target_link_libraries(cpp-http-fetch PUBLIC
contrib-libs-cxxsupp
yutil
- ZLIB::ZLIB
library-cpp-charset
cpp-digest-md5
cpp-http-misc