We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd036b6 commit 9fd5cd1Copy full SHA for 9fd5cd1
test/CMakeLists.txt
@@ -6,6 +6,6 @@ include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)
6
7
if(HAVE_BOOST_TEST)
8
9
-boost_test_jamfile(FILE Jamfile LINK_LIBRARIES Boost::lambda Boost::core Boost::any Boost::function)
+boost_test_jamfile(FILE Jamfile LINK_LIBRARIES Boost::lambda Boost::core Boost::any Boost::function Boost::smart_ptr)
10
11
endif()
0 commit comments