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 20:30:02 +03:00
parent 333c304d84
commit e703d395d3
2 changed files with 0 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ target_link_libraries(boost_multi_array
Boost::functional
Boost::iterator
Boost::mpl
Boost::static_assert
Boost::type_traits
)

View File

@@ -14,7 +14,6 @@ constant boost_dependencies :
/boost/functional//boost_functional
/boost/iterator//boost_iterator
/boost/mpl//boost_mpl
/boost/static_assert//boost_static_assert
/boost/type_traits//boost_type_traits ;
project /boost/multi_array