File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ require-b2 5.2 ;
77
88constant boost_dependencies :
99 /boost/any//boost_any
10- /boost/bind//boost_bind
1110 /boost/config//boost_config
1211 /boost/core//boost_core
1312 /boost/detail//boost_detail
@@ -17,7 +16,6 @@ constant boost_dependencies :
1716 /boost/smart_ptr//boost_smart_ptr
1817 /boost/static_assert//boost_static_assert
1918 /boost/throw_exception//boost_throw_exception
20- /boost/tokenizer//boost_tokenizer
2119 /boost/type_traits//boost_type_traits ;
2220
2321project /boost/program_options
Original file line number Diff line number Diff line change 11
2+ constant boost_dependencies_private :
3+ /boost/bind//boost_bind
4+ /boost/tokenizer//boost_tokenizer
5+ ;
6+
27project
38 : source-location ../src
49 : common-requirements <library>$(boost_dependencies)
You can’t perform that action at this time.
0 commit comments