aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/CMakeLists.linux-aarch64.txt
diff options
context:
space:
mode:
authorbugaevskiy <bugaevskiy@yandex-team.com>2022-12-29 15:11:21 +0300
committerbugaevskiy <bugaevskiy@yandex-team.com>2022-12-29 15:11:21 +0300
commit80c09361cd3952574f1eec85bfd8057277252e90 (patch)
tree1ebf6228bd31d4ba4c420640ffab8a22fca0d103 /contrib/restricted/boost/CMakeLists.linux-aarch64.txt
parent758fd297e68f550d2943cc0b9a8bd209f7738339 (diff)
downloadydb-80c09361cd3952574f1eec85bfd8057277252e90.tar.gz
Boost metaproject cleanup
Diffstat (limited to 'contrib/restricted/boost/CMakeLists.linux-aarch64.txt')
-rw-r--r--contrib/restricted/boost/CMakeLists.linux-aarch64.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/restricted/boost/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/CMakeLists.linux-aarch64.txt
index 217469978f..f3530ce24d 100644
--- a/contrib/restricted/boost/CMakeLists.linux-aarch64.txt
+++ b/contrib/restricted/boost/CMakeLists.linux-aarch64.txt
@@ -52,7 +52,6 @@ add_subdirectory(multi_array)
add_subdirectory(multi_index)
add_subdirectory(numeric_conversion)
add_subdirectory(optional)
-add_subdirectory(parameter)
add_subdirectory(phoenix)
add_subdirectory(pool)
add_subdirectory(predef)
@@ -82,13 +81,11 @@ add_subdirectory(utility)
add_subdirectory(variant)
add_subdirectory(variant2)
add_subdirectory(winapi)
-add_subdirectory(xpressive)
add_library(contrib-restricted-boost INTERFACE)
target_link_libraries(contrib-restricted-boost INTERFACE
contrib-libs-linux-headers
contrib-libs-cxxsupp
- restricted-boost-algorithm
restricted-boost-array
restricted-boost-assert
restricted-boost-bind
@@ -101,7 +98,6 @@ target_link_libraries(contrib-restricted-boost INTERFACE
restricted-boost-detail
restricted-boost-endian
restricted-boost-exception
- restricted-boost-foreach
restricted-boost-function
restricted-boost-function_types
restricted-boost-fusion
@@ -109,19 +105,13 @@ target_link_libraries(contrib-restricted-boost INTERFACE
restricted-boost-intrusive
restricted-boost-iterator
restricted-boost-lambda
- restricted-boost-lexical_cast
- restricted-boost-math
restricted-boost-move
restricted-boost-mpl
restricted-boost-multi_array
restricted-boost-numeric_conversion
restricted-boost-optional
- restricted-boost-parameter
- restricted-boost-phoenix
restricted-boost-predef
restricted-boost-preprocessor
- restricted-boost-proto
- restricted-boost-random
restricted-boost-range
restricted-boost-smart_ptr
restricted-boost-static_assert
@@ -136,5 +126,4 @@ target_link_libraries(contrib-restricted-boost INTERFACE
restricted-boost-utility
restricted-boost-variant
restricted-boost-winapi
- restricted-boost-xpressive
)