From 881448f75ea8c13bf034e28950da90e0a3340344 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 29 Mar 2024 21:15:58 -0500 Subject: [PATCH] Switch to library requirements instead of source. As source puts extra source in install targets. --- build.jam | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.jam b/build.jam index d6d97ec..1d016b5 100644 --- a/build.jam +++ b/build.jam @@ -7,10 +7,10 @@ import project ; project /boost/container_hash : common-requirements - /boost/config//boost_config - /boost/describe//boost_describe - /boost/mp11//boost_mp11 - /boost/type_traits//boost_type_traits + /boost/config//boost_config + /boost/describe//boost_describe + /boost/mp11//boost_mp11 + /boost/type_traits//boost_type_traits include ;