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/restricted/boost/math/CMakeLists.linux.txt | |
parent | 0ec27b614f46afcfa62cd3dc7e86bdd44b60f096 (diff) | |
download | ydb-8fd51d45ec75d85ab82699a4ecf4f2fa94c773b4.tar.gz |
Update contrib/restricted/boost/math to 1.81.0
Diffstat (limited to 'contrib/restricted/boost/math/CMakeLists.linux.txt')
-rw-r--r-- | contrib/restricted/boost/math/CMakeLists.linux.txt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/contrib/restricted/boost/math/CMakeLists.linux.txt b/contrib/restricted/boost/math/CMakeLists.linux.txt index 9e1793883b..eea0a31cae 100644 --- a/contrib/restricted/boost/math/CMakeLists.linux.txt +++ b/contrib/restricted/boost/math/CMakeLists.linux.txt @@ -14,24 +14,14 @@ target_include_directories(restricted-boost-math INTERFACE target_link_libraries(restricted-boost-math INTERFACE contrib-libs-linux-headers contrib-libs-cxxsupp - yutil - restricted-boost-array restricted-boost-assert - restricted-boost-atomic restricted-boost-concept_check restricted-boost-config restricted-boost-core - restricted-boost-detail - restricted-boost-fusion restricted-boost-integer - restricted-boost-lambda restricted-boost-lexical_cast - restricted-boost-mpl restricted-boost-predef - restricted-boost-range - restricted-boost-smart_ptr + restricted-boost-random restricted-boost-static_assert restricted-boost-throw_exception - restricted-boost-tuple - restricted-boost-type_traits ) |