Add Boost::container_hash to LINK_LIBRARIES

This commit is contained in:
Peter Dimov
2020-01-11 06:54:23 +02:00
parent a795f9cf01
commit a92185a86d

View File

@ -6,6 +6,6 @@ include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)
if(HAVE_BOOST_TEST)
boost_test_jamfile(FILE Jamfile LINK_LIBRARIES Boost::variant2 Boost::core)
boost_test_jamfile(FILE Jamfile LINK_LIBRARIES Boost::variant2 Boost::core Boost::container_hash)
endif()