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 22:50:32 +03:00
parent bbd88b4638
commit c33d22606e
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -51,7 +51,6 @@ target_link_libraries(boost_mpi
Boost::optional
Boost::serialization
Boost::smart_ptr
Boost::static_assert
Boost::throw_exception
Boost::type_traits
-1
View File
@@ -19,7 +19,6 @@ constant boost_dependencies :
/boost/optional//boost_optional
/boost/serialization//boost_serialization
/boost/smart_ptr//boost_smart_ptr
/boost/static_assert//boost_static_assert
/boost/throw_exception//boost_throw_exception
/boost/type_traits//boost_type_traits ;