diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-09-09 10:33:02 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-09-09 10:33:02 +0300 |
commit | 5491c0676017f1d89131e40a7b910e9a28c8fde2 (patch) | |
tree | 9a351a4608b533f7a5bf335e6c2926f86d3ce6b3 /contrib | |
parent | 4ad4aaeaf1162139f4973450b7d13f83106b50b1 (diff) | |
download | ydb-5491c0676017f1d89131e40a7b910e9a28c8fde2.tar.gz |
Remove boost/polygon from metaproject
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/restricted/boost/CMakeLists.txt | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/polygon/CMakeLists.txt | 20 |
2 files changed, 0 insertions, 22 deletions
diff --git a/contrib/restricted/boost/CMakeLists.txt b/contrib/restricted/boost/CMakeLists.txt index fd2c84f9ca..cb7ff948b6 100644 --- a/contrib/restricted/boost/CMakeLists.txt +++ b/contrib/restricted/boost/CMakeLists.txt @@ -57,7 +57,6 @@ add_subdirectory(numeric_conversion) add_subdirectory(optional) add_subdirectory(parameter) add_subdirectory(phoenix) -add_subdirectory(polygon) add_subdirectory(pool) add_subdirectory(predef) add_subdirectory(preprocessor) @@ -134,7 +133,6 @@ target_link_libraries(contrib-restricted-boost INTERFACE restricted-boost-optional restricted-boost-parameter restricted-boost-phoenix - restricted-boost-polygon restricted-boost-pool restricted-boost-predef restricted-boost-preprocessor diff --git a/contrib/restricted/boost/polygon/CMakeLists.txt b/contrib/restricted/boost/polygon/CMakeLists.txt deleted file mode 100644 index bdee2a86e8..0000000000 --- a/contrib/restricted/boost/polygon/CMakeLists.txt +++ /dev/null @@ -1,20 +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-polygon INTERFACE) -target_include_directories(restricted-boost-polygon INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/polygon/include -) -target_link_libraries(restricted-boost-polygon INTERFACE - contrib-libs-cxxsupp - yutil - restricted-boost-config - restricted-boost-core - restricted-boost-mpl -) |