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:44:37 +03:00
committed by Andrey Semashev
parent e302e80e85
commit 235e54ebf2
2 changed files with 0 additions and 2 deletions

View File

@@ -17,6 +17,5 @@ target_include_directories(boost_concept_check INTERFACE include)
target_link_libraries(boost_concept_check INTERFACE
Boost::config
Boost::preprocessor
Boost::static_assert
Boost::type_traits
)

View File

@@ -8,7 +8,6 @@ require-b2 5.2 ;
constant boost_dependencies :
/boost/config//boost_config
/boost/preprocessor//boost_preprocessor
/boost/static_assert//boost_static_assert
/boost/type_traits//boost_type_traits ;
project /boost/concept_check