From 914fc6e9b70562314027c1817c69b135b152b3d1 Mon Sep 17 00:00:00 2001 From: Priyanka Chowdhury Date: Mon, 4 Mar 2024 18:23:58 +0100 Subject: [PATCH] link test with Boost_LIBRARIES --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 23e3441..9723394 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -31,4 +31,5 @@ rock_testsuite(templ-test suite.cpp DEPS templ templ_benchmark + LIBS ${Boost_LIBRARIES} )