diff --git a/build.jam b/build.jam index 91e6606..5c8089b 100644 --- a/build.jam +++ b/build.jam @@ -10,19 +10,14 @@ constant boost_dependencies : /boost/config//boost_config /boost/core//boost_core /boost/move//boost_move - /boost/predef//boost_predef /boost/static_assert//boost_static_assert /boost/throw_exception//boost_throw_exception - /boost/type_traits//boost_type_traits - /boost/utility//boost_utility ; + /boost/type_traits//boost_type_traits ; -project /boost/optional - : common-requirements - include - ; +project /boost/optional ; explicit - [ alias boost_optional : : : : $(boost_dependencies) ] + [ alias boost_optional : : : : $(boost_dependencies) include ] [ alias all : boost_optional test ] ;