diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-09-14 11:02:17 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-09-14 11:02:17 +0300 |
commit | 8e416599fa8ae562d8b234b758bdd34229d8f234 (patch) | |
tree | 0da9f94313fd6325937f0a1b0bad525d7bfbc794 /contrib/restricted | |
parent | f2881db44b78415704730ade4598eebf77315aef (diff) | |
download | ydb-8e416599fa8ae562d8b234b758bdd34229d8f234.tar.gz |
Exclude boost/ptr_container from metaproject
Diffstat (limited to 'contrib/restricted')
-rw-r--r-- | contrib/restricted/boost/CMakeLists.txt | 3 | ||||
-rw-r--r-- | contrib/restricted/boost/circular_buffer/CMakeLists.txt | 25 | ||||
-rw-r--r-- | contrib/restricted/boost/ptr_container/CMakeLists.txt | 31 |
3 files changed, 0 insertions, 59 deletions
diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt index a4b9ad80d4..33a4ec9612 100644 --- a/contrib/restricted/boost/CMakeLists.txt +++ b/contrib/restricted/boost/CMakeLists.txt @@ -15,7 +15,6 @@ add_subdirectory(assert) add_subdirectory(atomic) add_subdirectory(bind) add_subdirectory(chrono) -add_subdirectory(circular_buffer) add_subdirectory(concept_check) add_subdirectory(config) add_subdirectory(container) @@ -67,7 +66,6 @@ add_subdirectory(program_options) add_subdirectory(property_map) add_subdirectory(property_tree) add_subdirectory(proto) -add_subdirectory(ptr_container) add_subdirectory(random) add_subdirectory(range) add_subdirectory(ratio) @@ -137,7 +135,6 @@ target_link_libraries(contrib-restricted-boost INTERFACE restricted-boost-preprocessor restricted-boost-property_tree restricted-boost-proto - restricted-boost-ptr_container restricted-boost-random restricted-boost-range restricted-boost-smart_ptr diff --git a/contrib/restricted/boost/circular_buffer/CMakeLists.txt b/contrib/restricted/boost/circular_buffer/CMakeLists.txt deleted file mode 100644 index 9040d39487..0000000000 --- a/contrib/restricted/boost/circular_buffer/CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ - -# This file was gererated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(restricted-boost-circular_buffer INTERFACE) -target_include_directories(restricted-boost-circular_buffer INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/circular_buffer/include -) -target_link_libraries(restricted-boost-circular_buffer INTERFACE - contrib-libs-cxxsupp - yutil - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-move - restricted-boost-static_assert - restricted-boost-throw_exception - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/ptr_container/CMakeLists.txt b/contrib/restricted/boost/ptr_container/CMakeLists.txt deleted file mode 100644 index a173adc428..0000000000 --- a/contrib/restricted/boost/ptr_container/CMakeLists.txt +++ /dev/null @@ -1,31 +0,0 @@ - -# This file was gererated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(restricted-boost-ptr_container INTERFACE) -target_include_directories(restricted-boost-ptr_container INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/ptr_container/include -) -target_link_libraries(restricted-boost-ptr_container INTERFACE - contrib-libs-cxxsupp - yutil - restricted-boost-array - restricted-boost-assert - restricted-boost-circular_buffer - restricted-boost-config - restricted-boost-core - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-range - restricted-boost-serialization - restricted-boost-smart_ptr - restricted-boost-static_assert - restricted-boost-type_traits - restricted-boost-unordered - restricted-boost-utility -) |