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 ;