diff --git a/build.jam b/build.jam index 2404114..b3a4ab9 100644 --- a/build.jam +++ b/build.jam @@ -15,12 +15,12 @@ constant boost_dependencies project /boost/openmethod ; -alias boost_open_method +alias boost_openmethod : usage-requirements include $(boost_dependencies) ; -alias all : boost_open_method test ; +alias all : boost_openmethod test ; explicit all ; call-if : boost-library openmethod ; diff --git a/test/Jamfile b/test/Jamfile index 53695cf..65cfe5e 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -16,7 +16,7 @@ project [ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_hdr_tuple ] - /boost/open_method//boost_open_method + /boost/openmethod//boost_openmethod extra