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 7e1b1743be
commit ba7b421062
+8 -8
View File
@@ -7,14 +7,14 @@ import project ;
project /boost/poly_collection
: common-requirements
<source>/boost/assert//boost_assert
<source>/boost/config//boost_config
<source>/boost/core//boost_core
<source>/boost/iterator//boost_iterator
<source>/boost/mp11//boost_mp11
<source>/boost/mpl//boost_mpl
<source>/boost/type_erasure//boost_type_erasure
<source>/boost/type_traits//boost_type_traits
<library>/boost/assert//boost_assert
<library>/boost/config//boost_config
<library>/boost/core//boost_core
<library>/boost/iterator//boost_iterator
<library>/boost/mp11//boost_mp11
<library>/boost/mpl//boost_mpl
<library>/boost/type_erasure//boost_type_erasure
<library>/boost/type_traits//boost_type_traits
<include>include
;