From c3cb5896fc96e2b8aaa957c67ae4870a10a6c1b4 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 31 Jul 2024 23:25:37 -0500 Subject: [PATCH] Update build dependencies. --- examples/Jamfile.v2 | 2 ++ test/Jamfile.v2 | 1 + 2 files changed, 3 insertions(+) diff --git a/examples/Jamfile.v2 b/examples/Jamfile.v2 index 4185343..1616a03 100644 --- a/examples/Jamfile.v2 +++ b/examples/Jamfile.v2 @@ -5,6 +5,8 @@ import testing ; +project : requirements /boost/container_hash//boost_container_hash ; + run books.cpp ; run point.cpp ; run portable.cpp ; diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 1b0de55..54ddbbd 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -10,6 +10,7 @@ local clang-flags = $(gcc-flags) -Wno-c99-extensions ; project hash-tests : requirements + /boost/container_hash//boost_container_hash /boost/core//boost_core /boost/type_traits//boost_type_traits