diff options
author | bugaevskiy <[email protected]> | 2022-09-11 19:26:18 +0300 |
---|---|---|
committer | bugaevskiy <[email protected]> | 2022-09-11 19:26:18 +0300 |
commit | 269d61cb11390c773c2b69ec4e3326fd3a78dfa6 (patch) | |
tree | eff53e4c09abecd840d297d3a06f43f57125ea14 | |
parent | e28debb2797ab7e2161945645afc3636d24b526b (diff) |
Remove boost/mp11 from metaproject
-rw-r--r-- | contrib/restricted/boost/CMakeLists.txt | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/mp11/CMakeLists.txt | 18 |
2 files changed, 0 insertions, 20 deletions
diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt index d0734d1549d..d3b73c29161 100644 --- a/contrib/restricted/boost/CMakeLists.txt +++ b/contrib/restricted/boost/CMakeLists.txt @@ -49,7 +49,6 @@ add_subdirectory(locale) add_subdirectory(logic) add_subdirectory(math) add_subdirectory(move) -add_subdirectory(mp11) add_subdirectory(mpl) add_subdirectory(multi_array) add_subdirectory(multi_index) @@ -125,7 +124,6 @@ target_link_libraries(contrib-restricted-boost INTERFACE restricted-boost-lexical_cast restricted-boost-math restricted-boost-move - restricted-boost-mp11 restricted-boost-mpl restricted-boost-multi_array restricted-boost-multi_index diff --git a/contrib/restricted/boost/mp11/CMakeLists.txt b/contrib/restricted/boost/mp11/CMakeLists.txt deleted file mode 100644 index e4f3eec1c2c..00000000000 --- a/contrib/restricted/boost/mp11/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-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 -) |