diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-09-10 18:20:42 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-09-10 18:20:42 +0300 |
commit | 5a89de48da3bd0e557702e048c37f690f4263f3b (patch) | |
tree | c4102b9af7b07da920d692f005a886689cccff13 | |
parent | cfab076ee5bea9fcaeef692e0d906a230659bcaa (diff) | |
download | ydb-5a89de48da3bd0e557702e048c37f690f4263f3b.tar.gz |
Remove boost/qvm from metaproject
-rw-r--r-- | contrib/restricted/boost/CMakeLists.txt | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/qvm/CMakeLists.txt | 22 |
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 -) |