Switch to /boost/test//included target for header only mode of Boost.Test.

This commit is contained in:
Rene Rivera 2024-07-25 23:30:00 -05:00 committed by Barend Gehrels
parent 22d9824681
commit 66be47cda8
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ project boost-geometry-index-test
<toolset>msvc:<cxxflags>/bigobj
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
<library>/boost/timer//boost_timer
<library>/boost/test//boost_test
<library>/boost/test//included
;
test-suite boost-geometry-index-detail

View File

@ -24,7 +24,7 @@ project boost-geometry-test
<toolset>clang:<cxxflags>-Wno-unneeded-internal-declaration # supress warning by Boost.None
<toolset>intel:<define>BOOST_GEOMETRY_TEST_ONLY_ONE_TYPE
<host-os>windows,<toolset>intel:<cxxflags>/bigobj
<library>/boost/test//boost_test
<library>/boost/test//included
<library>/boost/foreach//boost_foreach
<library>/boost/assign//boost_assign
;