Add Boost::concept_check to CMake test suite dependencies

This commit is contained in:
Christian Mazakas
2022-06-20 08:37:11 -07:00
parent f1481f0deb
commit 97f54318e3

View File

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