diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-12-31 15:11:54 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-12-31 15:11:54 +0300 |
commit | 0d2a3ef454d19a7b9cea242a3d4ec0815d9b8aea (patch) | |
tree | 39350f9d346eb4a6dae843a63a54a6126d48794d /contrib/restricted/boost/coroutine | |
parent | ebf3c8be8039a35cd2b98541e22279af290e3f55 (diff) | |
download | ydb-0d2a3ef454d19a7b9cea242a3d4ec0815d9b8aea.tar.gz |
Apply boost yamaker helpers to unsafe subset
Diffstat (limited to 'contrib/restricted/boost/coroutine')
3 files changed, 0 insertions, 6 deletions
diff --git a/contrib/restricted/boost/coroutine/CMakeLists.darwin.txt b/contrib/restricted/boost/coroutine/CMakeLists.darwin.txt index 0bbb89d950..11112905e6 100644 --- a/contrib/restricted/boost/coroutine/CMakeLists.darwin.txt +++ b/contrib/restricted/boost/coroutine/CMakeLists.darwin.txt @@ -26,9 +26,7 @@ target_link_libraries(restricted-boost-coroutine PUBLIC restricted-boost-core restricted-boost-exception restricted-boost-move - restricted-boost-range restricted-boost-system - restricted-boost-thread restricted-boost-throw_exception restricted-boost-type_traits restricted-boost-utility diff --git a/contrib/restricted/boost/coroutine/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/coroutine/CMakeLists.linux-aarch64.txt index 32a6048735..9b8026d622 100644 --- a/contrib/restricted/boost/coroutine/CMakeLists.linux-aarch64.txt +++ b/contrib/restricted/boost/coroutine/CMakeLists.linux-aarch64.txt @@ -27,9 +27,7 @@ target_link_libraries(restricted-boost-coroutine PUBLIC restricted-boost-core restricted-boost-exception restricted-boost-move - restricted-boost-range restricted-boost-system - restricted-boost-thread restricted-boost-throw_exception restricted-boost-type_traits restricted-boost-utility diff --git a/contrib/restricted/boost/coroutine/CMakeLists.linux.txt b/contrib/restricted/boost/coroutine/CMakeLists.linux.txt index 32a6048735..9b8026d622 100644 --- a/contrib/restricted/boost/coroutine/CMakeLists.linux.txt +++ b/contrib/restricted/boost/coroutine/CMakeLists.linux.txt @@ -27,9 +27,7 @@ target_link_libraries(restricted-boost-coroutine PUBLIC restricted-boost-core restricted-boost-exception restricted-boost-move - restricted-boost-range restricted-boost-system - restricted-boost-thread restricted-boost-throw_exception restricted-boost-type_traits restricted-boost-utility |