Skip to content

Commit 96078fd

Browse files
committed
Move include to target.
1 parent 43f34be commit 96078fd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.jam

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ constant boost_dependencies :
1919
/boost/type_traits//boost_type_traits ;
2020

2121
project /boost/program_options
22-
: common-requirements
23-
<include>include
2422
;
2523

2624
explicit

build/Jamfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ constant boost_dependencies_private :
66

77
project
88
: source-location ../src
9-
: common-requirements <library>$(boost_dependencies)
9+
: common-requirements <include>../include <library>$(boost_dependencies)
1010
: requirements <library>$(boost_dependencies_private)
1111
;
1212

0 commit comments

Comments
 (0)