From f00215f35bbeab3202bedc8591a6b47ede83cb28 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 22 Jan 2026 22:53:37 +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 08efeb095..90414be91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,6 @@ target_link_libraries(boost_wave Boost::serialization Boost::smart_ptr Boost::spirit - Boost::static_assert Boost::throw_exception Boost::type_traits ) diff --git a/build.jam b/build.jam index d2e81b1f7..029ccd27d 100644 --- a/build.jam +++ b/build.jam @@ -22,7 +22,6 @@ constant boost_dependencies : /boost/serialization//boost_serialization /boost/smart_ptr//boost_smart_ptr /boost/spirit//boost_spirit - /boost/static_assert//boost_static_assert /boost/throw_exception//boost_throw_exception /boost/type_traits//boost_type_traits ;