From 26b97d4648920dcc36b2f3e79aee070f3dca0d04 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 22 Jan 2026 19:30:53 +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 34034c5..43d4ef5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,7 +94,6 @@ target_link_libraries(boost_iostreams Boost::range Boost::regex Boost::smart_ptr - Boost::static_assert Boost::throw_exception Boost::type_traits Boost::utility diff --git a/build.jam b/build.jam index 475e021..4bbf892 100644 --- a/build.jam +++ b/build.jam @@ -22,7 +22,6 @@ constant boost_dependencies : /boost/range//boost_range /boost/regex//boost_regex /boost/smart_ptr//boost_smart_ptr - /boost/static_assert//boost_static_assert /boost/throw_exception//boost_throw_exception /boost/type_traits//boost_type_traits /boost/utility//boost_utility ;