Remove dependencies on Boost.StaticAssert. (#198)

Boost.StaticAssert has been merged into Boost.Config, so remove
the dependency.
This commit is contained in:
Andrey Semashev
2026-05-06 01:57:58 +03:00
committed by GitHub
parent 8934b49ebe
commit 8708cbf0f4
-1
View File
@@ -24,7 +24,6 @@ target_link_libraries(boost_numeric_ublas
Boost::range
Boost::serialization
Boost::smart_ptr
Boost::static_assert
Boost::type_traits
Boost::typeof
)