Skip to content

Commit a90a319

Browse files
committed
Remove dependencies on Boost.StaticAssert.
Boost.StaticAssert has been merged into Boost.Config, so replace the dependency accordingly.
1 parent f3cae49 commit a90a319

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)
66

77
if(HAVE_BOOST_TEST)
88

9-
boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::core Boost::static_assert Boost::type_traits)
9+
boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::core Boost::config Boost::type_traits)
1010

1111
set(BOOST_TEST_LINK_LIBRARIES Boost::core Boost::throw_exception)
1212

test/Jamfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import testing ;
1414

1515
project : requirements
1616
<library>/boost/core//boost_core
17-
<library>/boost/static_assert//boost_static_assert
17+
<library>/boost/config//boost_config
1818
<library>/boost/type_traits//boost_type_traits
1919
<warnings>extra
2020
<toolset>msvc:<warnings-as-errors>on

0 commit comments

Comments
 (0)