1
0
forked from boostorg/mp11

Change all <source> references to <library>.

This commit is contained in:
Rene Rivera
2024-07-20 19:40:50 -05:00
parent 1038244752
commit 86621c74c3

View File

@ -13,9 +13,9 @@ import config : requires ;
project
: requirements
<source>/boost/config//boost_config
<source>/boost/core//boost_core
<source>/boost/mpl//boost_mpl
<library>/boost/config//boost_config
<library>/boost/core//boost_core
<library>/boost/mpl//boost_mpl
[ requires cxx11_variadic_templates cxx11_template_aliases cxx11_decltype cxx11_hdr_tuple ]