Change all <source> references to <library>.

This commit is contained in:
Rene Rivera
2024-07-20 21:27:13 -05:00
parent 47e22e7887
commit d2f66abb22

View File

@@ -18,9 +18,9 @@ if [ os.environ CI ]
# regular
project : requirements
<source>/boost/core//boost_core
<source>/boost/move//boost_move
<source>/boost/mpl//boost_mpl
<library>/boost/core//boost_core
<library>/boost/move//boost_move
<library>/boost/mpl//boost_mpl
# default to all warnings on:
<warnings>all