mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 08:19:58 +08:00
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
|
||
|
)
|
||
|
|