We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77aeaa commit f5fce8aCopy full SHA for f5fce8a
2 files changed
build.jam
@@ -7,7 +7,6 @@ require-b2 5.2 ;
7
8
constant boost_dependencies :
9
/boost/any//boost_any
10
- /boost/bind//boost_bind
11
/boost/config//boost_config
12
/boost/core//boost_core
13
/boost/detail//boost_detail
@@ -17,7 +16,6 @@ constant boost_dependencies :
17
16
/boost/smart_ptr//boost_smart_ptr
18
/boost/static_assert//boost_static_assert
19
/boost/throw_exception//boost_throw_exception
20
- /boost/tokenizer//boost_tokenizer
21
/boost/type_traits//boost_type_traits ;
22
23
project /boost/program_options
build/Jamfile.v2
@@ -1,4 +1,9 @@
1
2
+constant boost_dependencies_private :
3
+ /boost/bind//boost_bind
4
+ /boost/tokenizer//boost_tokenizer
5
+ ;
6
+
project
: source-location ../src
: common-requirements <library>$(boost_dependencies)
0 commit comments