We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3cae49 commit a90a319Copy full SHA for a90a319
2 files changed
test/CMakeLists.txt
@@ -6,7 +6,7 @@ include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)
6
7
if(HAVE_BOOST_TEST)
8
9
-boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::core Boost::static_assert Boost::type_traits)
+boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::core Boost::config Boost::type_traits)
10
11
set(BOOST_TEST_LINK_LIBRARIES Boost::core Boost::throw_exception)
12
test/Jamfile.v2
@@ -14,7 +14,7 @@ import testing ;
14
15
project : requirements
16
<library>/boost/core//boost_core
17
- <library>/boost/static_assert//boost_static_assert
+ <library>/boost/config//boost_config
18
<library>/boost/type_traits//boost_type_traits
19
<warnings>extra
20
<toolset>msvc:<warnings-as-errors>on
0 commit comments