Change all <source> references to <library>.

This commit is contained in:
Rene Rivera 2024-07-20 21:27:30 -05:00
parent 42579dee10
commit 1edbe3fdbe

View File

@ -21,9 +21,9 @@ local msvc-flags = /wd4494 ;
project project
: requirements : requirements
<source>/boost/concept_check//boost_concept_check <library>/boost/concept_check//boost_concept_check
<source>/boost/compat//boost_compat <library>/boost/compat//boost_compat
<source>/boost/iterator//boost_iterator <library>/boost/iterator//boost_iterator
<warnings>pedantic <warnings>pedantic
<toolset>intel:<warnings>on <toolset>intel:<warnings>on