From 4ce395e14d177adc5432daf6af1746f9bc3b72e0 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 31 Aug 2024 14:09:34 -0500 Subject: [PATCH] Update build deps. --- build.jam | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/build.jam b/build.jam index 91e6606..5c8089b 100644 --- a/build.jam +++ b/build.jam @@ -10,19 +10,14 @@ constant boost_dependencies : /boost/config//boost_config /boost/core//boost_core /boost/move//boost_move - /boost/predef//boost_predef /boost/static_assert//boost_static_assert /boost/throw_exception//boost_throw_exception - /boost/type_traits//boost_type_traits - /boost/utility//boost_utility ; + /boost/type_traits//boost_type_traits ; -project /boost/optional - : common-requirements - include - ; +project /boost/optional ; explicit - [ alias boost_optional : : : : $(boost_dependencies) ] + [ alias boost_optional : : : : $(boost_dependencies) include ] [ alias all : boost_optional test ] ;