Skip to content

Commit 8f65c71

Browse files
committed
Move include to target.
1 parent e9dcb3a commit 8f65c71

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.jam

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ constant boost_dependencies :
2121
/boost/typeof//boost_typeof ;
2222

2323
project /boost/ublas
24-
: common-requirements
25-
<include>include
2624
;
2725

2826
explicit
29-
[ alias boost_ublas : : : : <library>$(boost_dependencies) ]
27+
[ alias boost_ublas : : :
28+
: <include>include <library>$(boost_dependencies) ]
3029
[ alias all : boost_ublas benchmarks examples/tensor test ]
3130
;
3231

0 commit comments

Comments
 (0)