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 /contrib/restricted/thrift | |
parent | 7d32d59535c3c2cafd4f033fdabfd43b99049a24 (diff) | |
download | ydb-cb69ebfc910722a9ecfc2234d781f79e4a60fb60.tar.gz |
intermediate changes
ref:b4effc9582e42dfa79e9a44a91df283419947b3a
Diffstat (limited to 'contrib/restricted/thrift')
-rw-r--r-- | contrib/restricted/thrift/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/restricted/thrift/CMakeLists.txt b/contrib/restricted/thrift/CMakeLists.txt index 1a51a52d12..fa73aad4ac 100644 --- a/contrib/restricted/thrift/CMakeLists.txt +++ b/contrib/restricted/thrift/CMakeLists.txt @@ -1,6 +1,3 @@ -find_package(OpenSSL) -find_package(ZLIB) - add_library(contrib-restricted-thrift) target_compile_options(contrib-restricted-thrift PRIVATE -Wno-deprecated-declarations @@ -18,8 +15,6 @@ target_include_directories(contrib-restricted-thrift PRIVATE target_link_libraries(contrib-restricted-thrift PUBLIC contrib-libs-cxxsupp contrib-libs-libevent - OpenSSL::OpenSSL - ZLIB::ZLIB contrib-restricted-boost boost-libs-system boost-libs-thread |