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:53:37 +03:00
committed by Jeff Trull
parent ec47ccf100
commit b337fc8685
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -45,7 +45,6 @@ target_link_libraries(boost_wave
Boost::serialization
Boost::smart_ptr
Boost::spirit
Boost::static_assert
Boost::throw_exception
Boost::type_traits
)
-1
View File
@@ -22,7 +22,6 @@ constant boost_dependencies :
/boost/serialization//boost_serialization
/boost/smart_ptr//boost_smart_ptr
/boost/spirit//boost_spirit
/boost/static_assert//boost_static_assert
/boost/throw_exception//boost_throw_exception
/boost/type_traits//boost_type_traits ;