From a92185a86d2e119a50dd14fd8847554d4c5e47a6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 11 Jan 2020 06:54:23 +0200 Subject: [PATCH] Add Boost::container_hash to LINK_LIBRARIES --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 512feea..0c317a2 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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()