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:58 -05:00
parent c5b1f4894c
commit 881448f75e

View File

@@ -7,10 +7,10 @@ import project ;
project /boost/container_hash project /boost/container_hash
: common-requirements : common-requirements
<source>/boost/config//boost_config <library>/boost/config//boost_config
<source>/boost/describe//boost_describe <library>/boost/describe//boost_describe
<source>/boost/mp11//boost_mp11 <library>/boost/mp11//boost_mp11
<source>/boost/type_traits//boost_type_traits <library>/boost/type_traits//boost_type_traits
<include>include <include>include
; ;