Remove dependencies on Boost.StaticAssert.

Boost.StaticAssert has been merged into Boost.Config, so remove
the dependency.
This commit is contained in:
Andrey Semashev
2026-01-22 19:43:15 +03:00
parent 0320ba365c
commit 243f4a4b54
2 changed files with 0 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ target_link_libraries(boost_circular_buffer INTERFACE
Boost::config
Boost::core
Boost::move
Boost::static_assert
Boost::throw_exception
Boost::type_traits
)

View File

@@ -11,7 +11,6 @@ constant boost_dependencies :
/boost/config//boost_config
/boost/core//boost_core
/boost/move//boost_move
/boost/static_assert//boost_static_assert
/boost/throw_exception//boost_throw_exception
/boost/type_traits//boost_type_traits ;