diff options
author | thegeorg <thegeorg@yandex-team.com> | 2022-12-31 10:35:47 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2022-12-31 10:35:47 +0300 |
commit | 8fd51d45ec75d85ab82699a4ecf4f2fa94c773b4 (patch) | |
tree | 45a0fb7a556066df1032ded43db13ac742e03dfe /contrib/libs | |
parent | 0ec27b614f46afcfa62cd3dc7e86bdd44b60f096 (diff) | |
download | ydb-8fd51d45ec75d85ab82699a4ecf4f2fa94c773b4.tar.gz |
Update contrib/restricted/boost/math to 1.81.0
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/apache/avro/CMakeLists.darwin.txt | 1 | ||||
-rw-r--r-- | contrib/libs/apache/avro/CMakeLists.linux-aarch64.txt | 1 | ||||
-rw-r--r-- | contrib/libs/apache/avro/CMakeLists.linux.txt | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libs/apache/avro/CMakeLists.darwin.txt b/contrib/libs/apache/avro/CMakeLists.darwin.txt index 25f777b6124..1a3c44dd738 100644 --- a/contrib/libs/apache/avro/CMakeLists.darwin.txt +++ b/contrib/libs/apache/avro/CMakeLists.darwin.txt @@ -32,6 +32,7 @@ target_link_libraries(libs-apache-avro PUBLIC restricted-boost-crc restricted-boost-format restricted-boost-iostreams + restricted-boost-math ) target_sources(libs-apache-avro PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/BinaryDecoder.cc diff --git a/contrib/libs/apache/avro/CMakeLists.linux-aarch64.txt b/contrib/libs/apache/avro/CMakeLists.linux-aarch64.txt index c26b9836bc9..7d6a284e056 100644 --- a/contrib/libs/apache/avro/CMakeLists.linux-aarch64.txt +++ b/contrib/libs/apache/avro/CMakeLists.linux-aarch64.txt @@ -33,6 +33,7 @@ target_link_libraries(libs-apache-avro PUBLIC restricted-boost-crc restricted-boost-format restricted-boost-iostreams + restricted-boost-math ) target_sources(libs-apache-avro PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/BinaryDecoder.cc diff --git a/contrib/libs/apache/avro/CMakeLists.linux.txt b/contrib/libs/apache/avro/CMakeLists.linux.txt index c26b9836bc9..7d6a284e056 100644 --- a/contrib/libs/apache/avro/CMakeLists.linux.txt +++ b/contrib/libs/apache/avro/CMakeLists.linux.txt @@ -33,6 +33,7 @@ target_link_libraries(libs-apache-avro PUBLIC restricted-boost-crc restricted-boost-format restricted-boost-iostreams + restricted-boost-math ) target_sources(libs-apache-avro PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/apache/avro/impl/BinaryDecoder.cc |