From 6c24c30c4243adbbf27d3740fc94fdc0f6022edd Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 25 Jun 2023 18:20:36 +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 81a4be2d..aba5e890 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -20,7 +20,7 @@ function(foa_tests) endfunction() function(cfoa_tests) - boost_test(PREFIX boost_unordered_cfoa LINK_LIBRARIES Threads::Threads ${ARGN}) + boost_test(PREFIX boost_unordered_cfoa LINK_LIBRARIES Boost::compat Threads::Threads ${ARGN}) endfunction() # FCA tests