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/parameter | |
parent | ebf3c8be8039a35cd2b98541e22279af290e3f55 (diff) | |
download | ydb-0d2a3ef454d19a7b9cea242a3d4ec0815d9b8aea.tar.gz |
Apply boost yamaker helpers to unsafe subset
Diffstat (limited to 'contrib/restricted/boost/parameter')
-rw-r--r-- | contrib/restricted/boost/parameter/CMakeLists.darwin.txt | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/parameter/CMakeLists.linux.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/restricted/boost/parameter/CMakeLists.darwin.txt b/contrib/restricted/boost/parameter/CMakeLists.darwin.txt index 3f8514126f..c1a655382b 100644 --- a/contrib/restricted/boost/parameter/CMakeLists.darwin.txt +++ b/contrib/restricted/boost/parameter/CMakeLists.darwin.txt @@ -13,10 +13,10 @@ target_include_directories(restricted-boost-parameter INTERFACE ) target_link_libraries(restricted-boost-parameter INTERFACE contrib-libs-cxxsupp - yutil restricted-boost-config restricted-boost-core - restricted-boost-detail + restricted-boost-function + restricted-boost-fusion restricted-boost-mp11 restricted-boost-mpl restricted-boost-optional diff --git a/contrib/restricted/boost/parameter/CMakeLists.linux.txt b/contrib/restricted/boost/parameter/CMakeLists.linux.txt index 9eb03cdf60..024b5dbef7 100644 --- a/contrib/restricted/boost/parameter/CMakeLists.linux.txt +++ b/contrib/restricted/boost/parameter/CMakeLists.linux.txt @@ -14,10 +14,10 @@ target_include_directories(restricted-boost-parameter INTERFACE target_link_libraries(restricted-boost-parameter INTERFACE contrib-libs-linux-headers contrib-libs-cxxsupp - yutil restricted-boost-config restricted-boost-core - restricted-boost-detail + restricted-boost-function + restricted-boost-fusion restricted-boost-mp11 restricted-boost-mpl restricted-boost-optional |