From 09f3802347e373350e5b0e25d8fd1e1152d780bc Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 29 Mar 2024 21:16:00 -0500 Subject: [PATCH] Switch to library requirements instead of source. As source puts extra source in install targets. --- build.jam | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.jam b/build.jam index bfbd74c..0a3fd5c 100644 --- a/build.jam +++ b/build.jam @@ -7,9 +7,9 @@ import project ; project /boost/variant2 : common-requirements - /boost/assert//boost_assert - /boost/config//boost_config - /boost/mp11//boost_mp11 + /boost/assert//boost_assert + /boost/config//boost_config + /boost/mp11//boost_mp11 include ;