From 5e1fe395b62933351e4ff4a18685fb2b9790929d Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 22 Jan 2026 22:52: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 225a80bc..64957981 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,6 @@ target_link_libraries( boost_variant Boost::integer Boost::mpl Boost::preprocessor - Boost::static_assert Boost::throw_exception Boost::type_index Boost::type_traits diff --git a/build.jam b/build.jam index a060bd51..fb6fdf7f 100644 --- a/build.jam +++ b/build.jam @@ -14,7 +14,6 @@ constant boost_dependencies : /boost/integer//boost_integer /boost/mpl//boost_mpl /boost/preprocessor//boost_preprocessor - /boost/static_assert//boost_static_assert /boost/throw_exception//boost_throw_exception /boost/type_index//boost_type_index /boost/type_traits//boost_type_traits