mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-29 19:52:14 +00:00
Remove dependencies on Boost.StaticAssert. (#155)
Boost.StaticAssert has been merged into Boost.Config, so remove the dependency.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user