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:30:53 +03:00
committed by Andrey Semashev
parent 8561bdb8bc
commit 26b97d4648
2 changed files with 0 additions and 2 deletions

View File

@@ -94,7 +94,6 @@ target_link_libraries(boost_iostreams
Boost::range
Boost::regex
Boost::smart_ptr
Boost::static_assert
Boost::throw_exception
Boost::type_traits
Boost::utility

View File

@@ -22,7 +22,6 @@ constant boost_dependencies :
/boost/range//boost_range
/boost/regex//boost_regex
/boost/smart_ptr//boost_smart_ptr
/boost/static_assert//boost_static_assert
/boost/throw_exception//boost_throw_exception
/boost/type_traits//boost_type_traits
/boost/utility//boost_utility ;