diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-11-06 22:18:05 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-11-06 22:18:05 +0300 |
commit | 14c3f596d6c1473e1fbfbc2c8beafcfe7827f345 (patch) | |
tree | 0fd319ed654cc690d8a97be36130c6887cef52c1 /contrib/restricted/boost/integer | |
parent | 93a84938198bc81acb1fe0735ffc51fda87d0780 (diff) | |
download | ydb-14c3f596d6c1473e1fbfbc2c8beafcfe7827f345.tar.gz |
Apply boost yamaker helpers to safe subset
Diffstat (limited to 'contrib/restricted/boost/integer')
-rw-r--r-- | contrib/restricted/boost/integer/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/integer/CMakeLists.txt b/contrib/restricted/boost/integer/CMakeLists.txt index 5b5575efc5..b071ad8827 100644 --- a/contrib/restricted/boost/integer/CMakeLists.txt +++ b/contrib/restricted/boost/integer/CMakeLists.txt @@ -13,9 +13,9 @@ target_include_directories(restricted-boost-integer INTERFACE ) target_link_libraries(restricted-boost-integer INTERFACE contrib-libs-cxxsupp - yutil restricted-boost-assert restricted-boost-config restricted-boost-core restricted-boost-static_assert + restricted-boost-throw_exception ) |