From 66be47cda84bed03c58056cafbc6ce557ded9204 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 25 Jul 2024 23:30:00 -0500 Subject: [PATCH] Switch to /boost/test//included target for header only mode of Boost.Test. --- index/test/Jamfile | 2 +- test/Jamfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index/test/Jamfile b/index/test/Jamfile index 4c5eb4490..f403633dc 100644 --- a/index/test/Jamfile +++ b/index/test/Jamfile @@ -21,7 +21,7 @@ project boost-geometry-index-test msvc:/bigobj windows,intel:/bigobj /boost/timer//boost_timer - /boost/test//boost_test + /boost/test//included ; test-suite boost-geometry-index-detail diff --git a/test/Jamfile b/test/Jamfile index 64cd1de54..91615f791 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -24,7 +24,7 @@ project boost-geometry-test clang:-Wno-unneeded-internal-declaration # supress warning by Boost.None intel:BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE windows,intel:/bigobj - /boost/test//boost_test + /boost/test//included /boost/foreach//boost_foreach /boost/assign//boost_assign ;