From acc5b088f5fe6d377a84415b39a53cc7c9620fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Wed, 1 Feb 2023 23:02:40 +0100 Subject: [PATCH] Update CMakeLists.txt with new dependencies --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88fbcac..78acbe2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,12 +24,9 @@ target_link_libraries(boost_container PUBLIC Boost::assert Boost::config - Boost::core Boost::intrusive Boost::move Boost::static_assert - Boost::type_traits - Boost::winapi ) target_compile_definitions(boost_container