We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9dcb3a commit 8f65c71Copy full SHA for 8f65c71
build.jam
@@ -21,12 +21,11 @@ constant boost_dependencies :
21
/boost/typeof//boost_typeof ;
22
23
project /boost/ublas
24
- : common-requirements
25
- <include>include
26
;
27
28
explicit
29
- [ alias boost_ublas : : : : <library>$(boost_dependencies) ]
+ [ alias boost_ublas : : :
+ : <include>include <library>$(boost_dependencies) ]
30
[ alias all : boost_ublas benchmarks examples/tensor test ]
31
32
0 commit comments