Skip to content

Commit 48cb060

Browse files
committed
Move include to target.
1 parent c1e750e commit 48cb060

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

build.jam

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ constant boost_dependencies :
3434
/boost/variant//boost_variant ;
3535

3636
project /boost/graph_parallel
37-
: common-requirements
38-
<include>include
3937
;
4038

4139
explicit

build/Jamfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import mpi ;
88

99
project
10-
: common-requirements <library>$(boost_dependencies)
10+
: common-requirements <include>../include <library>$(boost_dependencies)
1111
: requirements <include>../src
1212
: source-location ../src
1313
: usage-requirements <define>BOOST_GRAPH_PARALLEL_NO_LIB=1

0 commit comments

Comments
 (0)