aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbugaevskiy <bugaevskiy@yandex-team.com>2022-09-09 10:32:38 +0300
committerbugaevskiy <bugaevskiy@yandex-team.com>2022-09-09 10:32:38 +0300
commit4ad4aaeaf1162139f4973450b7d13f83106b50b1 (patch)
treec91d85b9e2b1ccb7ce6c32853c89bf13c5038bfa
parent53b8926bdd46d449090379ac9c46bb4c257f0999 (diff)
downloadydb-4ad4aaeaf1162139f4973450b7d13f83106b50b1.tar.gz
Remove boost/vmd from metaproject
-rw-r--r--contrib/restricted/boost/CMakeLists.txt2
-rw-r--r--contrib/restricted/boost/vmd/CMakeLists.txt18
2 files changed, 0 insertions, 20 deletions
diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt
index 19a20ef861..fd2c84f9ca 100644
--- a/contrib/restricted/boost/CMakeLists.txt
+++ b/contrib/restricted/boost/CMakeLists.txt
@@ -87,7 +87,6 @@ add_subdirectory(ublas)
add_subdirectory(unordered)
add_subdirectory(utility)
add_subdirectory(variant)
-add_subdirectory(vmd)
add_subdirectory(winapi)
add_subdirectory(xpressive)
@@ -158,7 +157,6 @@ target_link_libraries(contrib-restricted-boost INTERFACE
restricted-boost-unordered
restricted-boost-utility
restricted-boost-variant
- restricted-boost-vmd
restricted-boost-winapi
restricted-boost-xpressive
)
diff --git a/contrib/restricted/boost/vmd/CMakeLists.txt b/contrib/restricted/boost/vmd/CMakeLists.txt
deleted file mode 100644
index c3f4929897..0000000000
--- a/contrib/restricted/boost/vmd/CMakeLists.txt
+++ /dev/null
@@ -1,18 +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-vmd INTERFACE)
-target_include_directories(restricted-boost-vmd INTERFACE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/vmd/include
-)
-target_link_libraries(restricted-boost-vmd INTERFACE
- contrib-libs-cxxsupp
- yutil
- restricted-boost-preprocessor
-)