diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-09-25 13:20:25 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-09-25 13:20:25 +0300 |
commit | 28b6f457594e2f97604ba60b967734a623bf3449 (patch) | |
tree | e46fce5d4a9fdc2ef0d4f2f2f8383f213ebeeaf0 /contrib/restricted/boost/algorithm | |
parent | a56f9bf1dd89a3bf9b12b3075311c0c93e84fbb2 (diff) | |
download | ydb-28b6f457594e2f97604ba60b967734a623bf3449.tar.gz |
yamaker: apply boost helper to some projects
Diffstat (limited to 'contrib/restricted/boost/algorithm')
-rw-r--r-- | contrib/restricted/boost/algorithm/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/restricted/boost/algorithm/CMakeLists.txt b/contrib/restricted/boost/algorithm/CMakeLists.txt index cfdc6eaf886..d6981439fa8 100644 --- a/contrib/restricted/boost/algorithm/CMakeLists.txt +++ b/contrib/restricted/boost/algorithm/CMakeLists.txt @@ -13,7 +13,6 @@ target_include_directories(restricted-boost-algorithm INTERFACE ) target_link_libraries(restricted-boost-algorithm INTERFACE contrib-libs-cxxsupp - yutil restricted-boost-array restricted-boost-assert restricted-boost-bind |