From 08512db3ecc8db0447dfdb673f576c82e9b9b2c0 Mon Sep 17 00:00:00 2001 From: Colin LeMahieu Date: Wed, 20 Sep 2023 04:27:31 +0100 Subject: [PATCH] Link nano_wallet with Boost::process which was missing. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d9dae5b..645c59b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -775,7 +775,7 @@ if(NANO_GUI OR RAIBLOCKS_GUI) nano_wallet ${PLATFORM_GUI_TARGET_PROPERTIES} ${PLATFORM_WALLET_SOURCE} nano/nano_wallet/entry.cpp nano/nano_wallet/icon.hpp ${RES}) - target_link_libraries(nano_wallet rpc node qt) + target_link_libraries(nano_wallet Boost::process rpc node qt) if(WIN32) target_link_libraries(nano_wallet Qt5::WinExtras)