diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-09-19 14:48:03 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-09-19 14:48:03 +0300 |
commit | 67395a78c86cf26222cf9d3f410c4feb09453ffe (patch) | |
tree | 0c5ad502f2e6a385d1fd97866bb1c16feed98624 | |
parent | 114d80934ba1d0aba0ebb40b04313cff5fc0ef46 (diff) | |
download | ydb-67395a78c86cf26222cf9d3f410c4feb09453ffe.tar.gz |
Exclude date_time and serialization from boost metaproject
-rw-r--r-- | contrib/restricted/boost/pool/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/restricted/boost/pool/CMakeLists.txt b/contrib/restricted/boost/pool/CMakeLists.txt index 5dafbc1140..eb125696d0 100644 --- a/contrib/restricted/boost/pool/CMakeLists.txt +++ b/contrib/restricted/boost/pool/CMakeLists.txt @@ -19,4 +19,5 @@ target_link_libraries(restricted-boost-pool INTERFACE restricted-boost-integer restricted-boost-throw_exception restricted-boost-type_traits + restricted-boost-winapi ) |