2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-19 16:22:20 +00:00

Add Boost::any to LINK_LIBRARIES

This commit is contained in:
Peter Dimov
2021-12-26 17:34:14 +02:00
parent b873d8ef81
commit 074bc275c8

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::lambda Boost::core)
boost_test_jamfile(FILE Jamfile LINK_LIBRARIES Boost::lambda Boost::core Boost::any)
endif()