Просмотр исходного кода

Remove boost/polygon from metaproject

bugaevskiy 2 лет назад
Родитель
Сommit
5491c06760

+ 0 - 2
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

+ 0 - 20
contrib/restricted/boost/polygon/CMakeLists.txt

@@ -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
-)