We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e750e commit 48cb060Copy full SHA for 48cb060
2 files changed
build.jam
@@ -34,8 +34,6 @@ constant boost_dependencies :
34
/boost/variant//boost_variant ;
35
36
project /boost/graph_parallel
37
- : common-requirements
38
- <include>include
39
;
40
41
explicit
build/Jamfile.v2
@@ -7,7 +7,7 @@
7
import mpi ;
8
9
project
10
- : common-requirements <library>$(boost_dependencies)
+ : common-requirements <include>../include <library>$(boost_dependencies)
11
: requirements <include>../src
12
: source-location ../src
13
: usage-requirements <define>BOOST_GRAPH_PARALLEL_NO_LIB=1
0 commit comments