From bbd1fab5397ed1d4e8ec0eec204141e01ea00d7f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 27 Aug 2024 14:44:26 +0300 Subject: [PATCH] Update build.jam, test/Jamfile --- build.jam | 14 +++++--------- test/Jamfile | 1 + 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/build.jam b/build.jam index c7536a0..3094e84 100644 --- a/build.jam +++ b/build.jam @@ -1,20 +1,16 @@ -# Copyright René Ferdinand Rivera Morell 2023-2024 +# Copyright 2023-2024 René Ferdinand Rivera Morell +# Copyright 2024 Peter Dimov # Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# https://www.boost.org/LICENSE_1_0.txt require-b2 5.2 ; -project /boost/mp11 - : common-requirements - include - ; +project /boost/mp11 ; explicit - [ alias boost_mp11 : : : : $(boost_dependencies) ] + [ alias boost_mp11 : : : : include $(boost_dependencies) ] [ alias all : boost_mp11 test ] ; call-if : boost-library mp11 ; - diff --git a/test/Jamfile b/test/Jamfile index ff20267..016f23f 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -13,6 +13,7 @@ import config : requires ; project : requirements + /boost/mp11//boost_mp11 /boost/config//boost_config /boost/core//boost_core /boost/mpl//boost_mpl