From 83803fc013b2174025e1f1ce6cde86d6cbcbfea7 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 22 Jan 2026 20:55:23 +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 775f1e9..3fe56d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,6 @@ target_link_libraries(boost_property_map Boost::lexical_cast Boost::mpl Boost::smart_ptr - Boost::static_assert Boost::throw_exception Boost::type_traits Boost::utility diff --git a/build.jam b/build.jam index f51d6fa..c624826 100644 --- a/build.jam +++ b/build.jam @@ -16,7 +16,6 @@ constant boost_dependencies : /boost/lexical_cast//boost_lexical_cast /boost/mpl//boost_mpl /boost/smart_ptr//boost_smart_ptr - /boost/static_assert//boost_static_assert /boost/throw_exception//boost_throw_exception /boost/type_index//boost_type_index /boost/type_traits//boost_type_traits