diff options
author | thegeorg <thegeorg@yandex-team.com> | 2022-10-08 11:53:43 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2022-10-08 11:53:43 +0300 |
commit | 965dbb360c624c2f714450a1e1afbc1e7b07bf34 (patch) | |
tree | 47f18803569f80548b6d603b40f33d3660c2dad1 /contrib/libs/apache/avro | |
parent | 9050da5cac6ca40a22fd1d47c530460510b64cbb (diff) | |
download | ydb-965dbb360c624c2f714450a1e1afbc1e7b07bf34.tar.gz |
Fix reimport problems caused by boost removal from provides.pbtxt
Diffstat (limited to 'contrib/libs/apache/avro')
-rw-r--r-- | contrib/libs/apache/avro/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 |