mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
ed472cd1be
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`.
18 lines
391 B
Diff
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
|
|
)
|
|
|