Remove dependencies on Boost.StaticAssert. (#155)

Boost.StaticAssert has been merged into Boost.Config, so remove
the dependency.
This commit is contained in:
Andrey Semashev
2026-01-22 21:14:06 +03:00
committed by GitHub
parent ec6794632f
commit 486e3418ff
2 changed files with 0 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ target_link_libraries(boost_program_options
Boost::iterator
Boost::lexical_cast
Boost::smart_ptr
Boost::static_assert
Boost::throw_exception
Boost::type_traits
PRIVATE

View File

@@ -14,7 +14,6 @@ constant boost_dependencies :
/boost/iterator//boost_iterator
/boost/lexical_cast//boost_lexical_cast
/boost/smart_ptr//boost_smart_ptr
/boost/static_assert//boost_static_assert
/boost/throw_exception//boost_throw_exception
/boost/type_traits//boost_type_traits ;