From d1cb708b97315c119c8ec89489cd828544a85e5d Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 22 Jan 2026 21:01:11 +0300 Subject: [PATCH] Remove dependencies on Boost.StaticAssert. Boost.StaticAssert has been merged into Boost.Config, so remove the dependency. --- CMakeLists.txt | 1 - build.jam | 1 - 2 files changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d3319a8..aeb28b0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,6 @@ target_link_libraries(boost_multi_index Boost::mp11 Boost::preprocessor Boost::smart_ptr - Boost::static_assert Boost::throw_exception Boost::tuple Boost::type_traits diff --git a/build.jam b/build.jam index d827a6c6..31d6062e 100644 --- a/build.jam +++ b/build.jam @@ -15,7 +15,6 @@ constant boost_dependencies : /boost/mp11//boost_mp11 /boost/preprocessor//boost_preprocessor /boost/smart_ptr//boost_smart_ptr - /boost/static_assert//boost_static_assert /boost/throw_exception//boost_throw_exception /boost/tuple//boost_tuple /boost/type_traits//boost_type_traits