From 280b90422dceff5d515a3d668cd84ed57d99c12f 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 32378cd..f8149f6 100644 --- a/build.jam +++ b/build.jam @@ -7,8 +7,8 @@ import project ; project /boost/type_traits : common-requirements - /boost/config//boost_config - /boost/static_assert//boost_static_assert + /boost/config//boost_config + /boost/static_assert//boost_static_assert include ;