diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-06 12:31:14 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-06 12:59:52 +0300 |
commit | 04a19cc6b675d2380241eaa4b6e584a07bbd4280 (patch) | |
tree | 072700370672dc35fc987c10419e5ab34f4ca7fd /library/cpp/http | |
parent | 3a349a1a0cd42df29e4c2b2c950a8bd1d14345e3 (diff) | |
download | ydb-04a19cc6b675d2380241eaa4b6e584a07bbd4280.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/http')
4 files changed, 4 insertions, 8 deletions
diff --git a/library/cpp/http/fetch/CMakeLists.darwin-x86_64.txt b/library/cpp/http/fetch/CMakeLists.darwin-x86_64.txt index b507fb8c2e..553e7fc035 100644 --- a/library/cpp/http/fetch/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/http/fetch/CMakeLists.darwin-x86_64.txt @@ -6,7 +6,6 @@ # original buildsystem will not be accepted. -find_package(ZLIB REQUIRED) get_built_tool_path( TOOL_enum_parser_bin TOOL_enum_parser_dependency @@ -18,7 +17,7 @@ add_library(cpp-http-fetch) target_link_libraries(cpp-http-fetch PUBLIC contrib-libs-cxxsupp yutil - ZLIB::ZLIB + contrib-libs-zlib library-cpp-charset cpp-digest-md5 cpp-http-misc diff --git a/library/cpp/http/fetch/CMakeLists.linux-aarch64.txt b/library/cpp/http/fetch/CMakeLists.linux-aarch64.txt index 432831775a..4de49d554d 100644 --- a/library/cpp/http/fetch/CMakeLists.linux-aarch64.txt +++ b/library/cpp/http/fetch/CMakeLists.linux-aarch64.txt @@ -6,7 +6,6 @@ # original buildsystem will not be accepted. -find_package(ZLIB REQUIRED) get_built_tool_path( TOOL_enum_parser_bin TOOL_enum_parser_dependency @@ -19,7 +18,7 @@ target_link_libraries(cpp-http-fetch PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - ZLIB::ZLIB + contrib-libs-zlib library-cpp-charset cpp-digest-md5 cpp-http-misc diff --git a/library/cpp/http/fetch/CMakeLists.linux-x86_64.txt b/library/cpp/http/fetch/CMakeLists.linux-x86_64.txt index 432831775a..4de49d554d 100644 --- a/library/cpp/http/fetch/CMakeLists.linux-x86_64.txt +++ b/library/cpp/http/fetch/CMakeLists.linux-x86_64.txt @@ -6,7 +6,6 @@ # original buildsystem will not be accepted. -find_package(ZLIB REQUIRED) get_built_tool_path( TOOL_enum_parser_bin TOOL_enum_parser_dependency @@ -19,7 +18,7 @@ target_link_libraries(cpp-http-fetch PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - ZLIB::ZLIB + contrib-libs-zlib library-cpp-charset cpp-digest-md5 cpp-http-misc diff --git a/library/cpp/http/fetch/CMakeLists.windows-x86_64.txt b/library/cpp/http/fetch/CMakeLists.windows-x86_64.txt index b507fb8c2e..553e7fc035 100644 --- a/library/cpp/http/fetch/CMakeLists.windows-x86_64.txt +++ b/library/cpp/http/fetch/CMakeLists.windows-x86_64.txt @@ -6,7 +6,6 @@ # original buildsystem will not be accepted. -find_package(ZLIB REQUIRED) get_built_tool_path( TOOL_enum_parser_bin TOOL_enum_parser_dependency @@ -18,7 +17,7 @@ add_library(cpp-http-fetch) target_link_libraries(cpp-http-fetch PUBLIC contrib-libs-cxxsupp yutil - ZLIB::ZLIB + contrib-libs-zlib library-cpp-charset cpp-digest-md5 cpp-http-misc |