aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbugaevskiy <bugaevskiy@yandex-team.com>2022-09-10 18:20:42 +0300
committerbugaevskiy <bugaevskiy@yandex-team.com>2022-09-10 18:20:42 +0300
commit5a89de48da3bd0e557702e048c37f690f4263f3b (patch)
treec4102b9af7b07da920d692f005a886689cccff13
parentcfab076ee5bea9fcaeef692e0d906a230659bcaa (diff)
downloadydb-5a89de48da3bd0e557702e048c37f690f4263f3b.tar.gz
Remove boost/qvm from metaproject
-rw-r--r--contrib/restricted/boost/CMakeLists.txt2
-rw-r--r--contrib/restricted/boost/qvm/CMakeLists.txt22
2 files changed, 0 insertions, 24 deletions
diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt
index 2c111091cc..f0023a077a 100644
--- a/contrib/restricted/boost/CMakeLists.txt
+++ b/contrib/restricted/boost/CMakeLists.txt
@@ -63,7 +63,6 @@ add_subdirectory(preprocessor)
add_subdirectory(program_options)
add_subdirectory(proto)
add_subdirectory(ptr_container)
-add_subdirectory(qvm)
add_subdirectory(random)
add_subdirectory(range)
add_subdirectory(ratio)
@@ -137,7 +136,6 @@ target_link_libraries(contrib-restricted-boost INTERFACE
restricted-boost-preprocessor
restricted-boost-proto
restricted-boost-ptr_container
- restricted-boost-qvm
restricted-boost-random
restricted-boost-range
restricted-boost-rational
diff --git a/contrib/restricted/boost/qvm/CMakeLists.txt b/contrib/restricted/boost/qvm/CMakeLists.txt
deleted file mode 100644
index 57b2bc6fb7..0000000000
--- a/contrib/restricted/boost/qvm/CMakeLists.txt
+++ /dev/null
@@ -1,22 +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-qvm INTERFACE)
-target_include_directories(restricted-boost-qvm INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/qvm/include
-)
-target_link_libraries(restricted-boost-qvm INTERFACE
- contrib-libs-cxxsupp
- yutil
- restricted-boost-assert
- restricted-boost-core
- restricted-boost-exception
- restricted-boost-static_assert
- restricted-boost-throw_exception
-)