Skip to content

Commit e50f160

Browse files
committed
Remove dependencies on Boost.StaticAssert.
Boost.StaticAssert has been merged into Boost.Config, so remove the dependency.
1 parent b035da1 commit e50f160

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
@@ -24,7 +24,6 @@ target_link_libraries(boost_property_map
2424
Boost::lexical_cast
2525
Boost::mpl
2626
Boost::smart_ptr
27-
Boost::static_assert
2827
Boost::throw_exception
2928
Boost::type_traits
3029
Boost::utility

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ constant boost_dependencies :
1616
/boost/lexical_cast//boost_lexical_cast
1717
/boost/mpl//boost_mpl
1818
/boost/smart_ptr//boost_smart_ptr
19-
/boost/static_assert//boost_static_assert
2019
/boost/throw_exception//boost_throw_exception
2120
/boost/type_index//boost_type_index
2221
/boost/type_traits//boost_type_traits

0 commit comments

Comments
 (0)