From 268403dc9b6d43b3a350b1c866e6a6fcc56afdda Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 22 Jan 2026 20:06:25 +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/cmake_subdir_test/CMakeLists.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc094d2..1499faa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,6 @@ target_link_libraries(boost_heap Boost::intrusive Boost::iterator Boost::parameter - Boost::static_assert Boost::throw_exception ) diff --git a/build.jam b/build.jam index 8102814..cdee2a9 100644 --- a/build.jam +++ b/build.jam @@ -13,7 +13,6 @@ constant boost_dependencies : /boost/intrusive//boost_intrusive /boost/iterator//boost_iterator /boost/parameter//boost_parameter - /boost/static_assert//boost_static_assert /boost/throw_exception//boost_throw_exception ; project /boost/heap diff --git a/test/cmake_subdir_test/CMakeLists.txt b/test/cmake_subdir_test/CMakeLists.txt index 8f579e5..a5cfe9e 100644 --- a/test/cmake_subdir_test/CMakeLists.txt +++ b/test/cmake_subdir_test/CMakeLists.txt @@ -34,7 +34,6 @@ set(deps predef preprocessor smart_ptr - static_assert throw_exception tuple type_traits