diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-09-13 06:23:51 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-09-13 06:23:51 +0300 |
commit | b1bf23cc06fd66893df59b9573f18de9eb5d1625 (patch) | |
tree | 5a0659859427710b26950b4013e9c952961dfc13 | |
parent | 0449d8f2b5a071aa6a45feccbe4598e700c1bc0f (diff) | |
download | ydb-b1bf23cc06fd66893df59b9573f18de9eb5d1625.tar.gz |
Exclude boost/format 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 838cb90dada..3a1c66986f4 100644 --- a/contrib/restricted/boost/CMakeLists.txt +++ b/contrib/restricted/boost/CMakeLists.txt @@ -114,7 +114,6 @@ target_link_libraries(contrib-restricted-boost INTERFACE restricted-boost-endian restricted-boost-exception restricted-boost-foreach - restricted-boost-format restricted-boost-function restricted-boost-function_types restricted-boost-fusion |