From 42579dee10a53179a99336c4e18740d9050bce58 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 19 Jul 2024 16:00:30 -0500 Subject: [PATCH] Add uuid test dependency. --- test/Jamfile.v2 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 8dddad9c..2f923537 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -384,6 +384,7 @@ rule make_cfoa_interprocess_concurrency_tests ( name : defines ? ) /boost/filesystem//boost_filesystem /boost/interprocess//boost_interprocess /boost/process//boost_process + /boost/uuid//boost_uuid : $(name) ; }