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/bimap | |
parent | ebf3c8be8039a35cd2b98541e22279af290e3f55 (diff) | |
download | ydb-0d2a3ef454d19a7b9cea242a3d4ec0815d9b8aea.tar.gz |
Apply boost yamaker helpers to unsafe subset
Diffstat (limited to 'contrib/restricted/boost/bimap')
-rw-r--r-- | contrib/restricted/boost/bimap/CMakeLists.darwin.txt | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/bimap/CMakeLists.linux.txt | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/contrib/restricted/boost/bimap/CMakeLists.darwin.txt b/contrib/restricted/boost/bimap/CMakeLists.darwin.txt index 8ba28dd032..a8901ef07b 100644 --- a/contrib/restricted/boost/bimap/CMakeLists.darwin.txt +++ b/contrib/restricted/boost/bimap/CMakeLists.darwin.txt @@ -13,7 +13,6 @@ target_include_directories(restricted-boost-bimap INTERFACE ) target_link_libraries(restricted-boost-bimap INTERFACE contrib-libs-cxxsupp - yutil restricted-boost-concept_check restricted-boost-config restricted-boost-container_hash @@ -23,7 +22,6 @@ target_link_libraries(restricted-boost-bimap INTERFACE restricted-boost-mpl restricted-boost-multi_index restricted-boost-preprocessor - restricted-boost-property_map restricted-boost-serialization restricted-boost-static_assert restricted-boost-throw_exception diff --git a/contrib/restricted/boost/bimap/CMakeLists.linux.txt b/contrib/restricted/boost/bimap/CMakeLists.linux.txt index ec9f4d731c..2cc2d3a5aa 100644 --- a/contrib/restricted/boost/bimap/CMakeLists.linux.txt +++ b/contrib/restricted/boost/bimap/CMakeLists.linux.txt @@ -14,7 +14,6 @@ target_include_directories(restricted-boost-bimap INTERFACE target_link_libraries(restricted-boost-bimap INTERFACE contrib-libs-linux-headers contrib-libs-cxxsupp - yutil restricted-boost-concept_check restricted-boost-config restricted-boost-container_hash @@ -24,7 +23,6 @@ target_link_libraries(restricted-boost-bimap INTERFACE restricted-boost-mpl restricted-boost-multi_index restricted-boost-preprocessor - restricted-boost-property_map restricted-boost-serialization restricted-boost-static_assert restricted-boost-throw_exception |