From 6b7effc83d4fdc12d9ee91c11fbd1d398d091a3b Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 6 Oct 2024 18:39:40 +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 99a508b..1a18dc1 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -10,6 +10,6 @@ if(HAVE_BOOST_TEST) set(THREADS_PREFER_PTHREAD_FLAG ON) find_package(Threads) -boost_test_jamfile(FILE Jamfile LINK_LIBRARIES Boost::smart_ptr Boost::core Boost::align Boost::atomic Boost::container_hash Boost::bind Threads::Threads) +boost_test_jamfile(FILE Jamfile LINK_LIBRARIES Boost::smart_ptr Boost::core Boost::align Boost::atomic Boost::container_hash Boost::bind Boost::move Threads::Threads) endif()