Change LIBRARIES to LINK_LIBRARIES

This commit is contained in:
Peter Dimov
2019-12-27 04:06:14 +02:00
parent eedcd7fbd6
commit e651b9d5e7

View File

@@ -6,6 +6,6 @@ include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)
if(HAVE_BOOST_TEST)
boost_test_jamfile(FILE Jamfile.v2 LIBRARIES Boost::assert Boost::core)
boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::assert Boost::core)
endif()