Browse Source

Remove boost/mp11 from metaproject

bugaevskiy 2 years ago
parent
commit
269d61cb11

+ 0 - 2
contrib/restricted/boost/CMakeLists.txt

@@ -49,7 +49,6 @@ add_subdirectory(locale)
 add_subdirectory(logic)
 add_subdirectory(logic)
 add_subdirectory(math)
 add_subdirectory(math)
 add_subdirectory(move)
 add_subdirectory(move)
-add_subdirectory(mp11)
 add_subdirectory(mpl)
 add_subdirectory(mpl)
 add_subdirectory(multi_array)
 add_subdirectory(multi_array)
 add_subdirectory(multi_index)
 add_subdirectory(multi_index)
@@ -125,7 +124,6 @@ target_link_libraries(contrib-restricted-boost INTERFACE
   restricted-boost-lexical_cast
   restricted-boost-lexical_cast
   restricted-boost-math
   restricted-boost-math
   restricted-boost-move
   restricted-boost-move
-  restricted-boost-mp11
   restricted-boost-mpl
   restricted-boost-mpl
   restricted-boost-multi_array
   restricted-boost-multi_array
   restricted-boost-multi_index
   restricted-boost-multi_index

+ 0 - 18
contrib/restricted/boost/mp11/CMakeLists.txt

@@ -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-mp11 INTERFACE)
-target_include_directories(restricted-boost-mp11 INTERFACE
-  ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/mp11/include
-)
-target_link_libraries(restricted-boost-mp11 INTERFACE
-  contrib-libs-cxxsupp
-  yutil
-  restricted-boost-config
-)