diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-09-14 11:01:23 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-09-14 11:01:23 +0300 |
commit | f2881db44b78415704730ade4598eebf77315aef (patch) | |
tree | 32a975d9b0cf7d110f5bf7e4e15fc844a6a1966d /contrib/libs/apache/avro | |
parent | cf4d965eab8e00116d391487e1775b363a968aef (diff) | |
download | ydb-f2881db44b78415704730ade4598eebf77315aef.tar.gz |
Reimport boost/asio as a separate project
Diffstat (limited to 'contrib/libs/apache/avro')
-rw-r--r-- | contrib/libs/apache/avro/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/libs/apache/avro/CMakeLists.txt b/contrib/libs/apache/avro/CMakeLists.txt index b5695605b2..45a386ff77 100644 --- a/contrib/libs/apache/avro/CMakeLists.txt +++ b/contrib/libs/apache/avro/CMakeLists.txt @@ -28,6 +28,7 @@ target_link_libraries(libs-apache-avro PUBLIC contrib-libs-cxxsupp contrib-libs-snappy contrib-restricted-boost + restricted-boost-asio restricted-boost-crc restricted-boost-iostreams ) |