From a259a0ee1cd2da17680f2323e89a283b61550643 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 13 Oct 2023 07:03:14 +0300 Subject: [PATCH] Update test/CMakeLists.txt --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 76693e8..af1cc01 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::ratio Boost::core Boost::mpl) +boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::ratio Boost::core Boost::mpl Boost::integer) endif()