From acf24454d85bdf457d685021cbc1360a7820501c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 28 Aug 2024 20:28:59 +0300 Subject: [PATCH] Update build.jam, test/Jamfile --- build.jam | 17 +++++++---------- test/Jamfile | 5 +++-- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/build.jam b/build.jam index c655191..052680f 100644 --- a/build.jam +++ b/build.jam @@ -1,25 +1,22 @@ -# 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 ; constant boost_dependencies : /boost/assert//boost_assert /boost/config//boost_config - /boost/mp11//boost_mp11 ; - -project /boost/variant2 - : common-requirements - include + /boost/mp11//boost_mp11 ; +project /boost/variant2 ; + explicit - [ alias boost_variant2 : : : : $(boost_dependencies) ] + [ alias boost_variant2 : : : : include $(boost_dependencies) ] [ alias all : boost_variant2 test ] ; call-if : boost-library variant2 ; - diff --git a/test/Jamfile b/test/Jamfile index 2592d01..17cc75d 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -16,9 +16,10 @@ project extra : requirements - /boost/config//boost_config - /boost/container_hash//boost_container_hash + + /boost/variant2//boost_variant2 /boost/core//boost_core + /boost/container_hash//boost_container_hash msvc:on gcc:on