aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2022-10-08 11:53:43 +0300
committerthegeorg <thegeorg@yandex-team.com>2022-10-08 11:53:43 +0300
commit965dbb360c624c2f714450a1e1afbc1e7b07bf34 (patch)
tree47f18803569f80548b6d603b40f33d3660c2dad1
parent9050da5cac6ca40a22fd1d47c530460510b64cbb (diff)
downloadydb-965dbb360c624c2f714450a1e1afbc1e7b07bf34.tar.gz
Fix reimport problems caused by boost removal from provides.pbtxt
-rw-r--r--contrib/libs/apache/arrow/CMakeLists.txt1
-rw-r--r--contrib/libs/apache/avro/CMakeLists.txt3
-rw-r--r--contrib/libs/hyperscan/CMakeLists.txt3
3 files changed, 4 insertions, 3 deletions
diff --git a/contrib/libs/apache/arrow/CMakeLists.txt b/contrib/libs/apache/arrow/CMakeLists.txt
index b23a330225..556be8910c 100644
--- a/contrib/libs/apache/arrow/CMakeLists.txt
+++ b/contrib/libs/apache/arrow/CMakeLists.txt
@@ -57,7 +57,6 @@ target_link_libraries(libs-apache-arrow PUBLIC
contrib-libs-xxhash
ZLIB::ZLIB
contrib-libs-zstd
- contrib-restricted-boost
restricted-boost-multiprecision
contrib-restricted-fast_float
contrib-restricted-thrift
diff --git a/contrib/libs/apache/avro/CMakeLists.txt b/contrib/libs/apache/avro/CMakeLists.txt
index 45a386ff77..25f777b612 100644
--- a/contrib/libs/apache/avro/CMakeLists.txt
+++ b/contrib/libs/apache/avro/CMakeLists.txt
@@ -27,9 +27,10 @@ target_include_directories(libs-apache-avro PRIVATE
target_link_libraries(libs-apache-avro PUBLIC
contrib-libs-cxxsupp
contrib-libs-snappy
- contrib-restricted-boost
+ restricted-boost-any
restricted-boost-asio
restricted-boost-crc
+ restricted-boost-format
restricted-boost-iostreams
)
target_sources(libs-apache-avro PRIVATE
diff --git a/contrib/libs/hyperscan/CMakeLists.txt b/contrib/libs/hyperscan/CMakeLists.txt
index cc798afcdb..6579918b63 100644
--- a/contrib/libs/hyperscan/CMakeLists.txt
+++ b/contrib/libs/hyperscan/CMakeLists.txt
@@ -23,9 +23,10 @@ target_include_directories(contrib-libs-hyperscan PRIVATE
)
target_link_libraries(contrib-libs-hyperscan PUBLIC
contrib-libs-cxxsupp
- contrib-restricted-boost
+ restricted-boost-dynamic_bitset
restricted-boost-graph
restricted-boost-icl
+ restricted-boost-multi_array
restricted-boost-property_map
)
target_sources(contrib-libs-hyperscan PRIVATE