Skip to content

Commit 277f588

Browse files
committed
Tweak exception testing dependency to only header only use.
1 parent 1230a7b commit 277f588

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.jam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ project /boost/leaf
1111
;
1212

1313
explicit
14-
[ alias boost_leaf : : : : <library>$(boost_dependencies) ]
14+
[ alias boost_leaf ]
1515
[ alias all : boost_leaf test ]
1616
;
1717

test/Jamfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ project
2323
<threading>multi
2424
: requirements
2525
<library>/boost/config//boost_config
26-
<library>/boost/exception//boost_exception
26+
<use>/boost/exception//boost_exception
2727
<define>BOOST_LEAF_BOOST_AVAILABLE
2828
<target-os>windows:<define>_CRT_SECURE_NO_WARNINGS
2929
<threading>single:<define>BOOST_LEAF_NO_THREADS

0 commit comments

Comments
 (0)