From 502caee36e0d30330b7c3e20ad5e03537ed28d46 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.jam b/build.jam index 0b9e52f..c5294d6 100644 --- a/build.jam +++ b/build.jam @@ -7,8 +7,8 @@ import project ; project /boost/throw_exception : common-requirements - /boost/assert//boost_assert - /boost/config//boost_config + /boost/assert//boost_assert + /boost/config//boost_config include ;