From 66b07798e65e6d051d19624020cad4a533c44f40 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 1 Aug 2017 18:11:51 +0100 Subject: [PATCH] Use unique names for Jam projects --- CHANGELOG.md | 1 + Jamfile | 2 +- test/Jamfile | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89fb2519..ebc14aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Version 98: * basic_fields::key_compare is noexcept * Fix bench-zlib cmake +* Use unique names Jam projects -------------------------------------------------------------------------------- diff --git a/Jamfile b/Jamfile index 0dfaf35b..45571268 100644 --- a/Jamfile +++ b/Jamfile @@ -77,7 +77,7 @@ local REQ = [ requires cxx11_variadic_templates cxx11_template_aliases cxx11_dec path-constant TEST_MAIN : test/extras/include/boost/beast/unit_test/main.cpp ; -project beast +project /boost/beast : requirements #$(REQ) /boost//headers diff --git a/test/Jamfile b/test/Jamfile index 2a859840..aefcfa84 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -7,7 +7,7 @@ # Official repository: https://github.com/boostorg/beast # -project test +project /boost/beast/test : requirements ./extern ;