Skip to content

Commit 6b387c4

Browse files
authored
Remove dependencies on Boost.StaticAssert. (#250)
Boost.StaticAssert has been merged into Boost.Config, so remove the dependency.
1 parent 69c45b7 commit 6b387c4

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
@@ -26,7 +26,6 @@ target_link_libraries(boost_date_time
2626
Boost::numeric_conversion
2727
Boost::range
2828
Boost::smart_ptr
29-
Boost::static_assert
3029
Boost::throw_exception
3130
Boost::tokenizer
3231
Boost::type_traits

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ constant boost_dependencies :
1515
/boost/numeric_conversion//boost_numeric_conversion
1616
/boost/range//boost_range
1717
/boost/smart_ptr//boost_smart_ptr
18-
/boost/static_assert//boost_static_assert
1918
/boost/throw_exception//boost_throw_exception
2019
/boost/tokenizer//boost_tokenizer
2120
/boost/type_traits//boost_type_traits

0 commit comments

Comments
 (0)