mirror of
https://github.com/boostorg/variant2.git
synced 2025-07-30 04:07:16 +02:00
Switch to library requirements instead of source. As source puts extra source in install targets.
This commit is contained in:
@ -7,9 +7,9 @@ import project ;
|
|||||||
|
|
||||||
project /boost/variant2
|
project /boost/variant2
|
||||||
: common-requirements
|
: common-requirements
|
||||||
<source>/boost/assert//boost_assert
|
<library>/boost/assert//boost_assert
|
||||||
<source>/boost/config//boost_config
|
<library>/boost/config//boost_config
|
||||||
<source>/boost/mp11//boost_mp11
|
<library>/boost/mp11//boost_mp11
|
||||||
<include>include
|
<include>include
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user