From 9f01171ff82537d7a9c66304be77f1223e71ec23 Mon Sep 17 00:00:00 2001 From: Lee *!* Clagett Date: Tue, 1 Aug 2023 20:33:51 -0400 Subject: [PATCH] Add thread linking to unit tests for older ubuntu --- tests/unit/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/CMakeLists.txt b/tests/unit/CMakeLists.txt index 077d210..6b901fb 100644 --- a/tests/unit/CMakeLists.txt +++ b/tests/unit/CMakeLists.txt @@ -43,6 +43,6 @@ target_link_libraries( monero-lws-unit-wire monero-lws-unit-wire-json monero-lws-unit-wire-msgpack - ${Boost_PROGRAM_OPTIONS_LIBRARY} + Threads::Threads ) add_test(NAME monero-lws-unit COMMAND monero-lws-unit -v)