diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-09-13 21:25:37 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-09-13 21:25:37 +0300 |
commit | 0242e70e3e5f14aa1ca0467accd7dc3dbe46c779 (patch) | |
tree | 1579ad1e8d92c8fb3738b655b5b7752ede0899e9 | |
parent | 1ee8c0a8a5514dc557c280f28b586e6ffc770703 (diff) | |
download | ydb-0242e70e3e5f14aa1ca0467accd7dc3dbe46c779.tar.gz |
Exclude boost/io from metaproject
-rw-r--r-- | contrib/restricted/boost/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt index a3c1f3ba7e..e932a69337 100644 --- a/contrib/restricted/boost/CMakeLists.txt +++ b/contrib/restricted/boost/CMakeLists.txt @@ -117,7 +117,6 @@ target_link_libraries(contrib-restricted-boost INTERFACE restricted-boost-fusion restricted-boost-integer restricted-boost-intrusive - restricted-boost-io restricted-boost-iterator restricted-boost-lambda restricted-boost-lexical_cast |