diff options
author | thegeorg <thegeorg@yandex-team.com> | 2022-09-20 12:30:31 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2022-09-20 12:30:31 +0300 |
commit | 30755fc755ffa505d3780989ac0a4dbfae83652b (patch) | |
tree | e46509d43e6124b234e86757c72fc28b9ed09e1b | |
parent | 1c0cc1a8107aa2123b564ac3832a8cdcc644d8d3 (diff) | |
download | ydb-30755fc755ffa505d3780989ac0a4dbfae83652b.tar.gz |
Drop unused and outdated boost/disjoint_sets library
The library was merged into boost/graph in 1.73.0.
-rw-r--r-- | contrib/restricted/boost/graph/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/restricted/boost/graph/CMakeLists.txt b/contrib/restricted/boost/graph/CMakeLists.txt index 255ad6c8b6..b2075cc816 100644 --- a/contrib/restricted/boost/graph/CMakeLists.txt +++ b/contrib/restricted/boost/graph/CMakeLists.txt @@ -13,7 +13,6 @@ target_compile_options(restricted-boost-graph PRIVATE ) target_include_directories(restricted-boost-graph PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/graph/include - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/disjoint_sets/include ) target_link_libraries(restricted-boost-graph PUBLIC contrib-libs-cxxsupp |