vcpkg/ports/boost-interprocess/unused-link-libs.diff
Kai Pastor ed472cd1be
[boost-interprocess] Fix link libs (#38815)
Alternative to #38809: Some link libs are only used by tests, not by the
lib.

Portfile generated with #38814, therefore omitting change to
`generate-ports.ps1`.
2024-05-22 17:59:12 -07:00

18 lines
391 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2b3f13b..913fa25 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,12 +18,10 @@ target_link_libraries(boost_interprocess
Boost::config
Boost::container
Boost::core
- Boost::integer
Boost::intrusive
Boost::move
Boost::static_assert
Boost::type_traits
- Boost::unordered
Boost::winapi
)