From 26c6536dc89dd63e45c0bbf8f4f167e10a3269bd Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 22 Jan 2026 20:15:07 +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 488b223..c166850 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,6 @@ target_link_libraries(boost_icl Boost::mpl Boost::range Boost::rational - Boost::static_assert Boost::type_traits Boost::utility ) diff --git a/build.jam b/build.jam index 455518c..b46f91e 100644 --- a/build.jam +++ b/build.jam @@ -18,7 +18,6 @@ constant boost_dependencies : /boost/mpl//boost_mpl /boost/range//boost_range /boost/rational//boost_rational - /boost/static_assert//boost_static_assert /boost/type_traits//boost_type_traits /boost/utility//boost_utility ;