Skip to content

Commit 486e341

Browse files
authored
Remove dependencies on Boost.StaticAssert. (#155)
Boost.StaticAssert has been merged into Boost.Config, so remove the dependency.
1 parent ec67946 commit 486e341

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ target_link_libraries(boost_program_options
3535
Boost::iterator
3636
Boost::lexical_cast
3737
Boost::smart_ptr
38-
Boost::static_assert
3938
Boost::throw_exception
4039
Boost::type_traits
4140
PRIVATE

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ constant boost_dependencies :
1414
/boost/iterator//boost_iterator
1515
/boost/lexical_cast//boost_lexical_cast
1616
/boost/smart_ptr//boost_smart_ptr
17-
/boost/static_assert//boost_static_assert
1817
/boost/throw_exception//boost_throw_exception
1918
/boost/type_traits//boost_type_traits ;
2019

0 commit comments

Comments
 (0)