aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/exception
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/exception
parent93a84938198bc81acb1fe0735ffc51fda87d0780 (diff)
downloadydb-14c3f596d6c1473e1fbfbc2c8beafcfe7827f345.tar.gz
Apply boost yamaker helpers to safe subset
Diffstat (limited to 'contrib/restricted/boost/exception')
-rw-r--r--contrib/restricted/boost/exception/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/restricted/boost/exception/CMakeLists.txt b/contrib/restricted/boost/exception/CMakeLists.txt
index 2cf4001a752..83a6cec4be1 100644
--- a/contrib/restricted/boost/exception/CMakeLists.txt
+++ b/contrib/restricted/boost/exception/CMakeLists.txt
@@ -8,12 +8,14 @@
add_library(restricted-boost-exception)
+target_compile_options(restricted-boost-exception PRIVATE
+ -Wno-everything
+)
target_include_directories(restricted-boost-exception PUBLIC
${CMAKE_SOURCE_DIR}/contrib/restricted/boost/exception/include
)
target_link_libraries(restricted-boost-exception PUBLIC
contrib-libs-cxxsupp
- yutil
restricted-boost-assert
restricted-boost-config
restricted-boost-core