more b2 fixes

This commit is contained in:
Jean-Louis Leroy
2025-10-21 13:50:46 -04:00
parent e6be4be05d
commit 666e0c3da1
2 changed files with 3 additions and 3 deletions

View File

@@ -15,12 +15,12 @@ constant boost_dependencies
project /boost/openmethod ;
alias boost_open_method
alias boost_openmethod
: usage-requirements
<include>include
<library>$(boost_dependencies)
;
alias all : boost_open_method test ;
alias all : boost_openmethod test ;
explicit all ;
call-if : boost-library openmethod ;

View File

@@ -16,7 +16,7 @@ project
[ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_hdr_tuple ]
<library>/boost/open_method//boost_open_method
<library>/boost/openmethod//boost_openmethod
<warnings>extra