From 3d8f71728c550a2981afe1607bfef8daf1e96b28 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 15 Jan 2024 20:22:44 +0200 Subject: [PATCH] Link tests to Boost::bind and Boost::mpl, because optional_test includes them --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 00fa463a..35b79692 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::optional Boost::core) +boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::optional Boost::core Boost::bind Boost::mpl) endif()