aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-22 15:22:21 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-22 15:22:21 +0300
commitcb69ebfc910722a9ecfc2234d781f79e4a60fb60 (patch)
tree40adcfcf9bb46885103a78a1a85839293b8766f8 /library/cpp/actors
parent7d32d59535c3c2cafd4f033fdabfd43b99049a24 (diff)
downloadydb-cb69ebfc910722a9ecfc2234d781f79e4a60fb60.tar.gz
intermediate changes
ref:b4effc9582e42dfa79e9a44a91df283419947b3a
Diffstat (limited to 'library/cpp/actors')
-rw-r--r--library/cpp/actors/dnscachelib/CMakeLists.txt3
-rw-r--r--library/cpp/actors/dnsresolver/CMakeLists.txt3
-rw-r--r--library/cpp/actors/http/CMakeLists.txt3
-rw-r--r--library/cpp/actors/interconnect/CMakeLists.txt3
4 files changed, 0 insertions, 12 deletions
diff --git a/library/cpp/actors/dnscachelib/CMakeLists.txt b/library/cpp/actors/dnscachelib/CMakeLists.txt
index 9dd2d25435..e193378558 100644
--- a/library/cpp/actors/dnscachelib/CMakeLists.txt
+++ b/library/cpp/actors/dnscachelib/CMakeLists.txt
@@ -1,10 +1,7 @@
-find_package(c-ares)
-
add_library(cpp-actors-dnscachelib)
target_link_libraries(cpp-actors-dnscachelib PUBLIC
contrib-libs-cxxsupp
yutil
- c-ares::c-ares
library-cpp-lwtrace
)
target_sources(cpp-actors-dnscachelib PRIVATE
diff --git a/library/cpp/actors/dnsresolver/CMakeLists.txt b/library/cpp/actors/dnsresolver/CMakeLists.txt
index f465734a92..2efc899c07 100644
--- a/library/cpp/actors/dnsresolver/CMakeLists.txt
+++ b/library/cpp/actors/dnsresolver/CMakeLists.txt
@@ -1,5 +1,3 @@
-find_package(c-ares)
-
add_library(cpp-actors-dnsresolver)
target_include_directories(cpp-actors-dnsresolver PRIVATE
${CMAKE_SOURCE_DIR}/contrib/libs/c-ares/include
@@ -8,7 +6,6 @@ target_link_libraries(cpp-actors-dnsresolver PUBLIC
contrib-libs-cxxsupp
yutil
cpp-actors-core
- c-ares::c-ares
)
target_sources(cpp-actors-dnsresolver PRIVATE
${CMAKE_SOURCE_DIR}/library/cpp/actors/dnsresolver/dnsresolver.cpp
diff --git a/library/cpp/actors/http/CMakeLists.txt b/library/cpp/actors/http/CMakeLists.txt
index a1e2b6e0c9..f87f816b5a 100644
--- a/library/cpp/actors/http/CMakeLists.txt
+++ b/library/cpp/actors/http/CMakeLists.txt
@@ -1,10 +1,7 @@
-find_package(OpenSSL)
-
add_library(cpp-actors-http)
target_link_libraries(cpp-actors-http PUBLIC
contrib-libs-cxxsupp
yutil
- OpenSSL::OpenSSL
cpp-actors-core
cpp-actors-interconnect
library-cpp-dns
diff --git a/library/cpp/actors/interconnect/CMakeLists.txt b/library/cpp/actors/interconnect/CMakeLists.txt
index 62b2b3cc52..7d5034d653 100644
--- a/library/cpp/actors/interconnect/CMakeLists.txt
+++ b/library/cpp/actors/interconnect/CMakeLists.txt
@@ -1,11 +1,8 @@
-find_package(OpenSSL)
-
add_library(cpp-actors-interconnect)
target_link_libraries(cpp-actors-interconnect PUBLIC
contrib-libs-cxxsupp
yutil
contrib-libs-libc_compat
- OpenSSL::OpenSSL
cpp-actors-core
cpp-actors-dnscachelib
cpp-actors-dnsresolver