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 15:37:06 +03:00
parent fcb8d7868f
commit 4299761fcc
2 changed files with 0 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ target_link_libraries(boost_integer
Boost::assert
Boost::config
Boost::core
Boost::static_assert
Boost::throw_exception
Boost::type_traits
)

View File

@@ -9,7 +9,6 @@ constant boost_dependencies :
/boost/assert//boost_assert
/boost/config//boost_config
/boost/core//boost_core
/boost/static_assert//boost_static_assert
/boost/throw_exception//boost_throw_exception
/boost/type_traits//boost_type_traits ;