Skip to content

Commit b712fac

Browse files
authored
Merge pull request #417 from Lastique/feature/remove_static_assert
Remove dependencies on Boost.StaticAssert
2 parents a1f89c9 + ca6b6af commit b712fac

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
@@ -69,7 +69,6 @@ target_link_libraries(boost_thread
6969
Boost::predef
7070
Boost::preprocessor
7171
Boost::smart_ptr
72-
Boost::static_assert
7372
Boost::system
7473
Boost::throw_exception
7574
Boost::tuple

build.jam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ constant boost_dependencies :
2424
/boost/predef//boost_predef
2525
/boost/preprocessor//boost_preprocessor
2626
/boost/smart_ptr//boost_smart_ptr
27-
/boost/static_assert//boost_static_assert
2827
/boost/system//boost_system
2928
/boost/throw_exception//boost_throw_exception
3029
/boost/tuple//boost_tuple

0 commit comments

Comments
 (0)