From ae2e1f898b583646e76b91c6d71cd7770e23e8b0 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 22 Jan 2026 20:22:36 +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 c4a34cfa4f..aaa82ff728 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,6 @@ target_link_libraries(boost_geometry Boost::qvm Boost::range Boost::rational - Boost::static_assert Boost::throw_exception Boost::tokenizer Boost::tuple diff --git a/build.jam b/build.jam index 72da25de40..a474b12968 100644 --- a/build.jam +++ b/build.jam @@ -34,7 +34,6 @@ constant boost_dependencies : /boost/range//boost_range /boost/rational//boost_rational /boost/serialization//boost_serialization - /boost/static_assert//boost_static_assert /boost/thread//boost_thread /boost/throw_exception//boost_throw_exception /boost/tokenizer//boost_tokenizer