diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-01-12 01:07:01 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-01-12 01:07:01 +0300 |
commit | faae92145dec56b0978b2c4c3f5cd6cc211a09b0 (patch) | |
tree | 3f52e6ad3e61db3cceaee369503f74d9191e51c6 /contrib/restricted/boost/container_hash/CMakeLists.linux.txt | |
parent | 0d64589442041f41b093a1fa19d180fa68568fd3 (diff) | |
download | ydb-faae92145dec56b0978b2c4c3f5cd6cc211a09b0.tar.gz |
Update contrib/restricted/boost/container_hash to 1.81.0
Diffstat (limited to 'contrib/restricted/boost/container_hash/CMakeLists.linux.txt')
-rw-r--r-- | contrib/restricted/boost/container_hash/CMakeLists.linux.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/contrib/restricted/boost/container_hash/CMakeLists.linux.txt b/contrib/restricted/boost/container_hash/CMakeLists.linux.txt index 1a5b71be18..12de24853b 100644 --- a/contrib/restricted/boost/container_hash/CMakeLists.linux.txt +++ b/contrib/restricted/boost/container_hash/CMakeLists.linux.txt @@ -14,11 +14,8 @@ target_include_directories(restricted-boost-container_hash INTERFACE target_link_libraries(restricted-boost-container_hash INTERFACE contrib-libs-linux-headers contrib-libs-cxxsupp - restricted-boost-assert restricted-boost-config - restricted-boost-core - restricted-boost-detail - restricted-boost-integer - restricted-boost-static_assert + restricted-boost-describe + restricted-boost-mp11 restricted-boost-type_traits ) |