From 8dc1fd4a3bb6ce4c794ef928f61c05fc159c955c Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 10 Apr 2024 17:46:03 -0500 Subject: [PATCH] Update build dependencies and fix test compile error from depending on Boost.Config test files. --- build.jam | 4 ---- test/Jamfile.v2 | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/build.jam b/build.jam index d09e7788..95327dfb 100644 --- a/build.jam +++ b/build.jam @@ -10,12 +10,8 @@ project /boost/regex /boost/assert//boost_assert /boost/concept_check//boost_concept_check /boost/config//boost_config - /boost/container_hash//boost_container_hash /boost/core//boost_core - /boost/integer//boost_integer - /boost/mpl//boost_mpl /boost/predef//boost_predef - /boost/smart_ptr//boost_smart_ptr /boost/static_assert//boost_static_assert /boost/throw_exception//boost_throw_exception /boost/type_traits//boost_type_traits diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 41b35054..a9975d26 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -22,6 +22,7 @@ project #gcc-cygwin:static sun:static ../src + . ; #