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 19:23:25 +03:00
parent 085c27f785
commit 9d4cc2ec01
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -16,5 +16,4 @@ target_include_directories(boost_type_traits INTERFACE include)
target_link_libraries(boost_type_traits
INTERFACE
Boost::config
Boost::static_assert
)
+1 -1
View File
@@ -7,7 +7,7 @@ require-b2 5.2 ;
constant boost_dependencies :
/boost/config//boost_config
/boost/static_assert//boost_static_assert ;
;
project /boost/type_traits
: common-requirements