aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbugaevskiy <bugaevskiy@yandex-team.com>2022-12-31 01:25:49 +0300
committerbugaevskiy <bugaevskiy@yandex-team.com>2022-12-31 01:25:49 +0300
commit7c00c469118246e3dd12ff9d59ee63c51ab92186 (patch)
treeed465c89d773f37ec401489e16f08d25ab1e1c91
parent67f98be3e4212c800b035f0dfbf4d079672950d3 (diff)
downloadydb-7c00c469118246e3dd12ff9d59ee63c51ab92186.tar.gz
Boost metaproject cleanup
-rw-r--r--contrib/restricted/boost/CMakeLists.darwin.txt16
-rw-r--r--contrib/restricted/boost/CMakeLists.linux-aarch64.txt16
-rw-r--r--contrib/restricted/boost/CMakeLists.linux.txt16
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
)