diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-12-29 15:11:21 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-12-29 15:11:21 +0300 |
commit | 80c09361cd3952574f1eec85bfd8057277252e90 (patch) | |
tree | 1ebf6228bd31d4ba4c420640ffab8a22fca0d103 /contrib/restricted/thrift | |
parent | 758fd297e68f550d2943cc0b9a8bd209f7738339 (diff) | |
download | ydb-80c09361cd3952574f1eec85bfd8057277252e90.tar.gz |
Boost metaproject cleanup
Diffstat (limited to 'contrib/restricted/thrift')
-rw-r--r-- | contrib/restricted/thrift/CMakeLists.darwin.txt | 2 | ||||
-rw-r--r-- | contrib/restricted/thrift/CMakeLists.linux-aarch64.txt | 2 | ||||
-rw-r--r-- | contrib/restricted/thrift/CMakeLists.linux.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/restricted/thrift/CMakeLists.darwin.txt b/contrib/restricted/thrift/CMakeLists.darwin.txt index e378f286e5..29dfc5fd2e 100644 --- a/contrib/restricted/thrift/CMakeLists.darwin.txt +++ b/contrib/restricted/thrift/CMakeLists.darwin.txt @@ -26,9 +26,9 @@ target_link_libraries(contrib-restricted-thrift PUBLIC contrib-libs-libevent OpenSSL::OpenSSL ZLIB::ZLIB - contrib-restricted-boost restricted-boost-interprocess restricted-boost-locale + restricted-boost-math restricted-boost-system restricted-boost-thread ) diff --git a/contrib/restricted/thrift/CMakeLists.linux-aarch64.txt b/contrib/restricted/thrift/CMakeLists.linux-aarch64.txt index 93a7eb70d2..67ef17ea98 100644 --- a/contrib/restricted/thrift/CMakeLists.linux-aarch64.txt +++ b/contrib/restricted/thrift/CMakeLists.linux-aarch64.txt @@ -27,9 +27,9 @@ target_link_libraries(contrib-restricted-thrift PUBLIC contrib-libs-libevent OpenSSL::OpenSSL ZLIB::ZLIB - contrib-restricted-boost restricted-boost-interprocess restricted-boost-locale + restricted-boost-math restricted-boost-system restricted-boost-thread ) diff --git a/contrib/restricted/thrift/CMakeLists.linux.txt b/contrib/restricted/thrift/CMakeLists.linux.txt index 93a7eb70d2..67ef17ea98 100644 --- a/contrib/restricted/thrift/CMakeLists.linux.txt +++ b/contrib/restricted/thrift/CMakeLists.linux.txt @@ -27,9 +27,9 @@ target_link_libraries(contrib-restricted-thrift PUBLIC contrib-libs-libevent OpenSSL::OpenSSL ZLIB::ZLIB - contrib-restricted-boost restricted-boost-interprocess restricted-boost-locale + restricted-boost-math restricted-boost-system restricted-boost-thread ) |