Skip to content

Commit 0215543

Browse files
committed
Update build deps.
1 parent 6fd1394 commit 0215543

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/Jamfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import config : requires ;
1414

1515
project
1616
: requirements
17+
<library>/boost/histogram//boost_histogram
1718
[ requires
1819
cxx14_constexpr cxx14_decltype_auto cxx14_generic_lambdas cxx14_return_type_deduction cxx11_user_defined_literals
1920
# list could go on...

test/Jamfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ path-constant THIS_PATH : . ;
2525

2626
project
2727
: requirements
28+
<library>/boost/histogram//boost_histogram
2829
[ requires
2930
cxx14_constexpr cxx14_decltype_auto cxx14_generic_lambdas cxx14_return_type_deduction cxx11_user_defined_literals
3031
# list could go on...

0 commit comments

Comments
 (0)