Switch to library requirements instead of source. As source puts extra source in install targets.

This commit is contained in:
Rene Rivera
2024-03-29 21:15:59 -05:00
parent 048e860e59
commit a9c1add21c

View File

@ -7,23 +7,23 @@ import project ;
project /boost/range
: common-requirements
<source>/boost/array//boost_array
<source>/boost/assert//boost_assert
<source>/boost/concept_check//boost_concept_check
<source>/boost/config//boost_config
<source>/boost/container_hash//boost_container_hash
<source>/boost/conversion//boost_conversion
<source>/boost/core//boost_core
<source>/boost/detail//boost_detail
<source>/boost/iterator//boost_iterator
<source>/boost/mpl//boost_mpl
<source>/boost/optional//boost_optional
<source>/boost/preprocessor//boost_preprocessor
<source>/boost/regex//boost_regex
<source>/boost/static_assert//boost_static_assert
<source>/boost/tuple//boost_tuple
<source>/boost/type_traits//boost_type_traits
<source>/boost/utility//boost_utility
<library>/boost/array//boost_array
<library>/boost/assert//boost_assert
<library>/boost/concept_check//boost_concept_check
<library>/boost/config//boost_config
<library>/boost/container_hash//boost_container_hash
<library>/boost/conversion//boost_conversion
<library>/boost/core//boost_core
<library>/boost/detail//boost_detail
<library>/boost/iterator//boost_iterator
<library>/boost/mpl//boost_mpl
<library>/boost/optional//boost_optional
<library>/boost/preprocessor//boost_preprocessor
<library>/boost/regex//boost_regex
<library>/boost/static_assert//boost_static_assert
<library>/boost/tuple//boost_tuple
<library>/boost/type_traits//boost_type_traits
<library>/boost/utility//boost_utility
<include>include
;