aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbugaevskiy <bugaevskiy@yandex-team.com>2022-08-26 02:25:04 +0300
committerbugaevskiy <bugaevskiy@yandex-team.com>2022-08-26 02:25:04 +0300
commitd40e0a72d30643f29b6fe0dee30d6d686f563e3f (patch)
treea39b2a610d890d840d40abc09c9e780f6bb5fe9e
parent20c888a3e504ded315118853b88246f1cfb57b46 (diff)
downloadydb-d40e0a72d30643f29b6fe0dee30d6d686f563e3f.tar.gz
Exclude boost/align from metaproject
-rw-r--r--CMakeLists.darwin.txt2
-rw-r--r--CMakeLists.linux.txt2
-rw-r--r--contrib/restricted/boost/CMakeLists.txt1
3 files changed, 2 insertions, 3 deletions
diff --git a/CMakeLists.darwin.txt b/CMakeLists.darwin.txt
index a2f25521c2..57e65183ad 100644
--- a/CMakeLists.darwin.txt
+++ b/CMakeLists.darwin.txt
@@ -311,7 +311,6 @@ add_subdirectory(contrib/libs/icu)
add_subdirectory(contrib/restricted/boost/unordered)
add_subdirectory(contrib/restricted/boost/container)
add_subdirectory(contrib/restricted/boost/intrusive)
-add_subdirectory(contrib/restricted/boost/align)
add_subdirectory(contrib/restricted/boost/any)
add_subdirectory(contrib/restricted/boost/circular_buffer)
add_subdirectory(contrib/restricted/boost/endian)
@@ -325,6 +324,7 @@ add_subdirectory(contrib/restricted/boost/io)
add_subdirectory(contrib/restricted/boost/lambda)
add_subdirectory(contrib/restricted/boost/lexical_cast)
add_subdirectory(contrib/restricted/boost/lockfree)
+add_subdirectory(contrib/restricted/boost/align)
add_subdirectory(contrib/restricted/boost/atomic)
add_subdirectory(contrib/restricted/boost/parameter)
add_subdirectory(contrib/restricted/boost/math)
diff --git a/CMakeLists.linux.txt b/CMakeLists.linux.txt
index a323ecbd72..ffd2c3b61e 100644
--- a/CMakeLists.linux.txt
+++ b/CMakeLists.linux.txt
@@ -314,7 +314,6 @@ add_subdirectory(contrib/libs/icu)
add_subdirectory(contrib/restricted/boost/unordered)
add_subdirectory(contrib/restricted/boost/container)
add_subdirectory(contrib/restricted/boost/intrusive)
-add_subdirectory(contrib/restricted/boost/align)
add_subdirectory(contrib/restricted/boost/any)
add_subdirectory(contrib/restricted/boost/circular_buffer)
add_subdirectory(contrib/restricted/boost/endian)
@@ -328,6 +327,7 @@ add_subdirectory(contrib/restricted/boost/io)
add_subdirectory(contrib/restricted/boost/lambda)
add_subdirectory(contrib/restricted/boost/lexical_cast)
add_subdirectory(contrib/restricted/boost/lockfree)
+add_subdirectory(contrib/restricted/boost/align)
add_subdirectory(contrib/restricted/boost/atomic)
add_subdirectory(contrib/restricted/boost/parameter)
add_subdirectory(contrib/restricted/boost/math)
diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt
index fbe9ff7815..7dd85549da 100644
--- a/contrib/restricted/boost/CMakeLists.txt
+++ b/contrib/restricted/boost/CMakeLists.txt
@@ -14,7 +14,6 @@ target_include_directories(contrib-restricted-boost INTERFACE
target_link_libraries(contrib-restricted-boost INTERFACE
contrib-libs-cxxsupp
restricted-boost-algorithm
- restricted-boost-align
restricted-boost-any
restricted-boost-array
restricted-boost-assert