aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbugaevskiy <bugaevskiy@yandex-team.com>2022-09-18 18:34:30 +0300
committerbugaevskiy <bugaevskiy@yandex-team.com>2022-09-18 18:34:30 +0300
commit0261d0cd487b40a9fb05985c20a1cd80829df318 (patch)
tree3e8e8b269b2cfe2ff547b87614a9584bb803b97b
parent66b66535ab32eb0252b2bf67c4677fde1dfdfb90 (diff)
downloadydb-0261d0cd487b40a9fb05985c20a1cd80829df318.tar.gz
Exclude asio and coroutine from boost metaproject
-rw-r--r--contrib/restricted/boost/CMakeLists.txt3
-rw-r--r--contrib/restricted/boost/patches/README.md8
2 files changed, 0 insertions, 11 deletions
diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt
index c68f6819488..e078b9740e2 100644
--- a/contrib/restricted/boost/CMakeLists.txt
+++ b/contrib/restricted/boost/CMakeLists.txt
@@ -95,9 +95,6 @@ add_subdirectory(winapi)
add_subdirectory(xpressive)
add_library(contrib-restricted-boost INTERFACE)
-target_include_directories(contrib-restricted-boost INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost
-)
target_link_libraries(contrib-restricted-boost INTERFACE
contrib-libs-cxxsupp
restricted-boost-algorithm
diff --git a/contrib/restricted/boost/patches/README.md b/contrib/restricted/boost/patches/README.md
deleted file mode 100644
index 14e02c67083..00000000000
--- a/contrib/restricted/boost/patches/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-The following PRs have been upstreamed from certain commits applied locally:
-
-* [r8940310](https://a.yandex-team.ru/arc/commit/r8940310): https://github.com/boostorg/circular_buffer/pull/41
-* https://github.com/boostorg/context/pull/188
-* https://github.com/boostorg/interprocess/pull/155
-* https://github.com/boostorg/process/pull/223
-* https://github.com/boostorg/algorithm/pull/88 (ещё не вмержен)
-* https://github.com/boostorg/ublas/pull/153