From d2f66abb226994e972bb60c61c2411ef11d73215 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 20 Jul 2024 21:27:13 -0500 Subject: [PATCH] Change all references to . --- test/Jamfile.v2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 840375a..ab3f612 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -18,9 +18,9 @@ if [ os.environ CI ] # regular project : requirements - /boost/core//boost_core - /boost/move//boost_move - /boost/mpl//boost_mpl + /boost/core//boost_core + /boost/move//boost_move + /boost/mpl//boost_mpl # default to all warnings on: all