Skip to content

Commit ae2e1f8

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

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ target_link_libraries(boost_geometry
3636
Boost::qvm
3737
Boost::range
3838
Boost::rational
39-
Boost::static_assert
4039
Boost::throw_exception
4140
Boost::tokenizer
4241
Boost::tuple

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ constant boost_dependencies :
3434
/boost/range//boost_range
3535
/boost/rational//boost_rational
3636
/boost/serialization//boost_serialization
37-
/boost/static_assert//boost_static_assert
3837
/boost/thread//boost_thread
3938
/boost/throw_exception//boost_throw_exception
4039
/boost/tokenizer//boost_tokenizer

0 commit comments

Comments
 (0)