mirror of
https://github.com/boostorg/variant2.git
synced 2025-07-29 19:57:18 +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
|
||||
: common-requirements
|
||||
<source>/boost/assert//boost_assert
|
||||
<source>/boost/config//boost_config
|
||||
<source>/boost/mp11//boost_mp11
|
||||
<library>/boost/assert//boost_assert
|
||||
<library>/boost/config//boost_config
|
||||
<library>/boost/mp11//boost_mp11
|
||||
<include>include
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user