diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-12-31 01:25:49 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-12-31 01:25:49 +0300 |
commit | 7c00c469118246e3dd12ff9d59ee63c51ab92186 (patch) | |
tree | ed465c89d773f37ec401489e16f08d25ab1e1c91 | |
parent | 67f98be3e4212c800b035f0dfbf4d079672950d3 (diff) | |
download | ydb-7c00c469118246e3dd12ff9d59ee63c51ab92186.tar.gz |
Boost metaproject cleanup
-rw-r--r-- | contrib/restricted/boost/CMakeLists.darwin.txt | 16 | ||||
-rw-r--r-- | contrib/restricted/boost/CMakeLists.linux-aarch64.txt | 16 | ||||
-rw-r--r-- | contrib/restricted/boost/CMakeLists.linux.txt | 16 |
3 files changed, 0 insertions, 48 deletions
diff --git a/contrib/restricted/boost/CMakeLists.darwin.txt b/contrib/restricted/boost/CMakeLists.darwin.txt index c6e3ceb4fc..f9b9094540 100644 --- a/contrib/restricted/boost/CMakeLists.darwin.txt +++ b/contrib/restricted/boost/CMakeLists.darwin.txt @@ -93,20 +93,4 @@ add_subdirectory(xpressive) add_library(contrib-restricted-boost INTERFACE) target_link_libraries(contrib-restricted-boost INTERFACE contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-integer - restricted-boost-move - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility - restricted-boost-winapi ) diff --git a/contrib/restricted/boost/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/CMakeLists.linux-aarch64.txt index 06fd7b15de..00fe96ac40 100644 --- a/contrib/restricted/boost/CMakeLists.linux-aarch64.txt +++ b/contrib/restricted/boost/CMakeLists.linux-aarch64.txt @@ -85,20 +85,4 @@ add_library(contrib-restricted-boost INTERFACE) target_link_libraries(contrib-restricted-boost INTERFACE contrib-libs-linux-headers contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-integer - restricted-boost-move - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility - restricted-boost-winapi ) diff --git a/contrib/restricted/boost/CMakeLists.linux.txt b/contrib/restricted/boost/CMakeLists.linux.txt index 91afd08c5a..efb1653516 100644 --- a/contrib/restricted/boost/CMakeLists.linux.txt +++ b/contrib/restricted/boost/CMakeLists.linux.txt @@ -94,20 +94,4 @@ add_library(contrib-restricted-boost INTERFACE) target_link_libraries(contrib-restricted-boost INTERFACE contrib-libs-linux-headers contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-bind - restricted-boost-config - restricted-boost-core - restricted-boost-integer - restricted-boost-move - restricted-boost-predef - restricted-boost-preprocessor - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits - restricted-boost-utility - restricted-boost-winapi ) |