From 7f041f7a1cb965858618b1b031df4fda6befce72 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 22 Sep 2024 18:09:20 +0300 Subject: [PATCH] Update build.jam --- build.jam | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build.jam b/build.jam index 38f04bf..5384e6a 100644 --- a/build.jam +++ b/build.jam @@ -11,16 +11,12 @@ constant boost_dependencies : /boost/static_assert//boost_static_assert /boost/type_traits//boost_type_traits ; -project /boost/tuple - : common-requirements - include - ; +project /boost/tuple ; explicit - [ alias boost_tuple : : : : $(boost_dependencies) ] + [ alias boost_tuple : : : : include $(boost_dependencies) ] [ alias all : boost_tuple test ] ; call-if : boost-library tuple ; -