From dd605d0d1c6e1a3f44a6367914b8e2d77a292383 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 30 May 2022 03:05:54 +0300 Subject: [PATCH] Link CMake tests to Boost::utility --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 8ead4b6..8c72844 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.v2 LINK_LIBRARIES Boost::container_hash Boost::core) +boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::container_hash Boost::core Boost::utility) endif()