Skip to content

Commit 703ad46

Browse files
committed
Fix test/Jamfile project requirements
1 parent 7482efd commit 703ad46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/Jamfile.v2

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ import config : requires ;
1010
project
1111
: requirements
1212

13+
<library>/boost/array//boost_array
14+
<library>/boost/core//boost_core
15+
1316
<warnings>extra
1417

1518
<toolset>msvc:<warnings-as-errors>on
@@ -41,8 +44,6 @@ project
4144

4245
#
4346

44-
project : requirements <library>/boost/array//boost_array ;
45-
4647
run array0.cpp ;
4748
run array1.cpp ;
4849
run array2.cpp ;

0 commit comments

Comments
 (0)