aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/integer
diff options
context:
space:
mode:
authorbugaevskiy <bugaevskiy@yandex-team.com>2022-11-06 22:18:05 +0300
committerbugaevskiy <bugaevskiy@yandex-team.com>2022-11-06 22:18:05 +0300
commit14c3f596d6c1473e1fbfbc2c8beafcfe7827f345 (patch)
tree0fd319ed654cc690d8a97be36130c6887cef52c1 /contrib/restricted/boost/integer
parent93a84938198bc81acb1fe0735ffc51fda87d0780 (diff)
downloadydb-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.txt2
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
)