Adjust self dependencies as inter-lib deps no longer apply globally.

This commit is contained in:
Rene Rivera
2024-07-27 10:28:38 -05:00
parent 81e46297b5
commit 0c0e84b112
7 changed files with 28 additions and 15 deletions

View File

@@ -31,9 +31,12 @@ project /boost/algorithm
explicit
[ alias boost_algorithm : : : : <library>$(boost_dependencies) ]
[ alias all : boost_algorithm example test string/example string/test ]
[ alias all : boost_algorithm test
example
minmax/example minmax/test
string/example string/test
]
;
call-if : boost-library algorithm
;