mirror of
https://github.com/boostorg/optional.git
synced 2025-07-29 20:17:21 +02:00
Link tests to Boost::bind and Boost::mpl, because optional_test includes them
This commit is contained in:
@ -6,6 +6,6 @@ include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)
|
||||
|
||||
if(HAVE_BOOST_TEST)
|
||||
|
||||
boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::optional Boost::core)
|
||||
boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::optional Boost::core Boost::bind Boost::mpl)
|
||||
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user