We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a409705 + d1b08ac commit 1e9d083Copy full SHA for 1e9d083
2 files changed
CMakeLists.txt
@@ -48,7 +48,6 @@ target_link_libraries(boost_graph
48
Boost::serialization
49
Boost::smart_ptr
50
Boost::spirit
51
- Boost::static_assert
52
Boost::throw_exception
53
Boost::tti
54
Boost::tuple
build.jam
@@ -38,7 +38,6 @@ constant boost_dependencies :
38
/boost/serialization//boost_serialization
39
/boost/smart_ptr//boost_smart_ptr
40
/boost/spirit//boost_spirit
41
- /boost/static_assert//boost_static_assert
42
/boost/throw_exception//boost_throw_exception
43
/boost/tti//boost_tti
44
/boost/tuple//boost_tuple
0 commit comments