From 9c887a1331973db4c92852903b65216c09f01fe6 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 22 Jan 2026 22:59:58 +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 - test/Jamfile | 1 - 3 files changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 299ef84e9..71bad1552 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,6 @@ target_link_libraries(${_boost_python} Boost::numeric_conversion Boost::preprocessor Boost::smart_ptr - Boost::static_assert Boost::tuple Boost::type_traits Boost::utility diff --git a/build.jam b/build.jam index e9eb1a11a..55bed73ba 100644 --- a/build.jam +++ b/build.jam @@ -19,7 +19,6 @@ constant boost_dependencies : /boost/mpl//boost_mpl /boost/numeric_conversion//boost_numeric_conversion /boost/preprocessor//boost_preprocessor - /boost/static_assert//boost_static_assert /boost/tuple//boost_tuple /boost/type_traits//boost_type_traits /boost/utility//boost_utility ; diff --git a/test/Jamfile b/test/Jamfile index 40115d86c..265658892 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -63,7 +63,6 @@ alias base_deps : usage-requirements /boost/function//boost_function /boost/mpl//boost_mpl /boost/preprocessor//boost_preprocessor - /boost/static_assert//boost_static_assert /boost/type_traits//boost_type_traits ; test-suite python