From f94d3d4b374def27a9a0f8536c3412fa97593d3f Mon Sep 17 00:00:00 2001 From: cryptocode Date: Wed, 30 Oct 2019 15:47:01 +0100 Subject: [PATCH] Fix link ordering issue in core_test (ubuntu/boost 1.71) (#2373) --- nano/core_test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano/core_test/CMakeLists.txt b/nano/core_test/CMakeLists.txt index 92bda4ea..2482b24c 100644 --- a/nano/core_test/CMakeLists.txt +++ b/nano/core_test/CMakeLists.txt @@ -40,4 +40,4 @@ target_compile_definitions(core_test -DTAG_VERSION_STRING=${TAG_VERSION_STRING} -DGIT_COMMIT_HASH=${GIT_COMMIT_HASH} -DBOOST_PROCESS_SUPPORTED=${BOOST_PROCESS_SUPPORTED}) -target_link_libraries (core_test node secure gtest libminiupnpc-static Boost::boost) +target_link_libraries (core_test node secure gtest libminiupnpc-static Boost::log_setup Boost::log Boost::boost)