Update build deps.

This commit is contained in:
Rene Rivera
2024-08-07 23:51:44 -05:00
parent 95a6ab35fc
commit 533a771723
2 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,8 @@
import testing ;
# Sun does not automatically detect type-of emulation mode (force it).
project : requirements <toolset>sun:<define>BOOST_TYPEOF_EMULATION ;
project : requirements <toolset>sun:<define>BOOST_TYPEOF_EMULATION
<library>/boost/scope_exit//boost_scope_exit ;
run try_catch.cpp ;
run try_catch_seq.cpp ;

View File

@@ -11,6 +11,7 @@ import-search /boost/config/checks ;
import config : requires ;
project : requirements
<library>/boost/scope_exit//boost_scope_exit
<library>/boost/foreach//boost_foreach
<library>/boost/rational//boost_rational
;