Skip to content

Commit f5fce8a

Browse files
committed
Split b2 dependencies into public and private.
1 parent b77aeaa commit f5fce8a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.jam

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ require-b2 5.2 ;
77

88
constant 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

2321
project /boost/program_options

build/Jamfile.v2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
constant boost_dependencies_private :
3+
/boost/bind//boost_bind
4+
/boost/tokenizer//boost_tokenizer
5+
;
6+
27
project
38
: source-location ../src
49
: common-requirements <library>$(boost_dependencies)

0 commit comments

Comments
 (0)