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:20:30 +03:00
parent ab77096e23
commit 3fa859ae1d
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -18,7 +18,6 @@ target_link_libraries(boost_sort
Boost::config
Boost::core
Boost::range
Boost::static_assert
Boost::type_traits
)
-1
View File
@@ -9,7 +9,6 @@ constant boost_dependencies :
/boost/config//boost_config
/boost/core//boost_core
/boost/range//boost_range
/boost/static_assert//boost_static_assert
/boost/type_traits//boost_type_traits ;
project /boost/sort